function openWin(URL) {
aWindow=window.open(URL,"quote","toolbar=yes,width=850,height=600,status=yes,scrollbars=yes,resize=yes,menubar=no");
}

function openWinPS(URL) {
aWindow=window.open(URL,"Paymentshield","toolbar=yes,width=600,height=450,status=yes,scrollbars=yes,resize=yes,menubar=no");
}