function popCreditApp(url) {
    window.open(url, "CreditApp", "toolbar=no,status=yes,scrollbars=yes,resizable=yes,width=758,height=470,screenX=50,screenY=80,top=80,left=50");
}

