
leftPos = 0
if (screen) {
    leftPos = screen.width-800
}
function checkout(chkout1winhlp) {
chkout = window.open(chkout1winhlp,'chkoutwin','width=386,height=360,scrollbars=yes,resizable=yes,left='+leftPos+',top=0')
chkout.focus()
}



