<!--
function LoginWin(custno)
{
    if (custno == 'CBCAFLEX')
    {
        // location.replace("https://secure.cbca.com/home.page");
        mychild = window.open("https://secure.cbca.com/home.page", "CBCA", "status,scrollbars,width=650,height=420,resizable=yes,left=20,top=20,screenX=20,screenY=20");
    }
    else
    {
        mychild = window.open("https://www.repayme.com/admin/default.asp?cn="+custno, "repaymelogin", "status,scrollbars,width=650,height=420,resizable=yes,left=20,top=20,screenX=20,screenY=20");
    }
}
//-->
