function selList(item)
{
	eval("top.location='"+item.options[item.selectedIndex].value+"'");
}

function loaddetailreport(form)
{
switch(form.value)
{
case "ALcan":
document.location='AutoPaymaticsCancel1LN.html';break;
case "TLcan":
document.location='AutoPaymaticsCancel1LS.html';break;
case "ALchg":
document.location='AutoPaymaticsChange1LN.html';break;
case "TLchg":
document.location='AutoPaymaticsChange1LS.html';break;
case "ALrp":
document.location='AutoPaymatics1LN.html';break;
case "TLrp":
document.location='AutoPaymatics1LS.html';break;
case "ALph":
document.location='AutoPaymentHistory.html';break;
case "TLph":
document.location='AutoPaymentHistoryLease.html';break;
case "ALpt":
document.location='AutoMakePayment01.html';break;
case "TLpt":
document.location='AutoMakePayment01LS.html';break;
}
}
