function selList(item)
{
	eval("top.location='"+item.options[item.selectedIndex].value+"'");
}

function loaddetailreport(form)
{
switch(form.value)
{
case "DC":
document.location='ChangePaymentDueDateDis.html';break;
case "PC":
document.location='ChangePaymentDueDatePlat.html';break;
case "JD":
alert('This selection is not available.\nPlease make another selection.');break;
case "":
alert('Please select an account.');break;
}
}
