function selList(item)
{
	eval("top.location='"+item.options[item.selectedIndex].value+"'");
}

function loaddetailreport(form)
{
switch(form.value)
{
case "2345":
document.location='AccountDetails_KayD.html';break;
case "6635":
//document.location='AccountDetails_Platinum.html';break;
document.location='AccountDetails_JoeD.html';break;
case "DC":
document.location='AccountDetails_PartnerCC.html';break;
case "DCK":
document.location='AccountDetail_DC.html';break;
case "DS":
alert('You are viewing our demo.\nThis choice is not active in the demo.');break;
case "NA":
alert('You are viewing our demo.\nThis choice is not active in the demo.');break;
case "MC":
document.location='AccountDetail_MC.html';break;
case "MMK":
alert('You are viewing our demo.\nThis choice is not active in the demo.');break;
case "JC":
document.location='AccountDetail_JC.html';break;
case "PC":
document.location='AccountActivity-platinum.html';break;
case "PCB":
document.location='AccountDetails_Platinum.html';break;
case "YCK":
document.location='AccountDetail_BC.html';break;
case "YS":
document.location='AccountDetail_MMSav.html';break;
}

}
