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