function popupWin(url){

var newWin = window.open(url,"popup","width=450,height=480,location=0,scrollbars=no,menubar=no,statusbar=no,resizable=yes,toolbar=no");

}

function popupWinA(url){

var newWin = window.open(url,"popup","width=650,height=650,location=0,scrollbars=yes,menubar=no,statusbar=no,resizable=yes,toolbar=no");

}

function popupTop(url){

var newWin = window.open(url,"popup","width=650,height=600,location=0,scrollbars=yes,menubar=no,statusbar=no,resizable=yes,toolbar=no");

}


function popupLoan(url){

var newWin = window.open(url,"popup","width=700,height=550,location=0,scrollbars=yes,menubar=no,statusbar=no,resizable=yes,toolbar=no");

}

function popupBiz(url){

var newWin = window.open(url,"popup","width=770,height=600,location=0,scrollbars=yes,menubar=no,statusbar=no,resizable=yes,toolbar=no");

}

function popupBiz2(url){

var newWin = window.open(url,"popup","width=650,height=600,location=0,scrollbars=yes,menubar=no,statusbar=no,resizable=yes,toolbar=no");

}

function popupProfile(url){

var newWin = window.open(url,"popup","width=450,height=450,location=0,scrollbars=yes,menubar=no,statusbar=no,resizable=yes,toolbar=no");

}

function popupVoice(url){

var newWin = window.open(url,"popup","width=450,height=300,location=0,scrollbars=yes,menubar=no,statusbar=no,resizable=yes,toolbar=no");

}

function popupVoice2(url){

var newWin = window.open(url,"popup","width=450,height=400,location=0,scrollbars=yes,menubar=no,statusbar=no,resizable=yes,toolbar=no");

}