function selList(item)
{
	eval("top.location='"+item.options[item.selectedIndex].value+"'");
}

function loaddetailreport(form)
{
switch(form.value)
{
case "AA":
document.location='View_Statements_ccAll.html';break;
case "DarC":
document.location='View_Statements_joint.html';break;
case "JntC":
document.location='View_Statements_joint.html';break;
case "JayD":
alert('You are viewing our demo.\nThis selection is not available in the demo.');break;
case "JoeD":
document.location='View_Statements_ccDis.html';break;
case "KayD":
document.location='View_Statements_ccPlat.html';break;
case "MC":
document.location='View_Statements_ccDis.html';break;
case "MyC":
document.location='View_Statements_CPP.html';break;
case "NA":
alert('You are viewing our demo.\nThis selection is not available in the demo.');break;
case "PC":
document.location='View_Statements_ccPlat.html';break;
case "UM":
document.location='View_Statements_ccDis.html';break;
case "YC":
document.location='View_Statements_CPP.html';break;
case "MCHK":
document.location='View_Statements_checking.html';break;
case "JC":
document.location='View_Statements_credit.html';break;
case "YC":
document.location='View_Statements_CPP.html';break;
case "AAL":
document.location='stmt_vls_ppls.html';break;
case "LOC":
document.location='View_Statements_LOC.html';break;
case "Mort":
document.location='mort_statements.html';break;
case "IN1":
document.location='view_statements_omni.html';break;
case "IN2":
document.location='view_statements_omni.html';break;
case "":
alert('Please select an account');
}
}
