function selList(item)
{
	eval("top.location='"+item.options[item.selectedIndex].value+"'");
}

function loaddetailreport(form)
{
switch(form.value)
{
case "DC":
document.location='OnlinePaymentsDis.html';break;
case "PC":
document.location='OnlinePaymentsPlat.html';break;
case "":
alert('Please select an account');
}
}
