leftPos = 0
if (screen) {
    leftPos = screen.width-800
}
function cart(carthelpwin) {
crt = window.open(carthelpwin,'crtwin','width=386,height=240,scrollbars=yes,resizable=yes,left='+leftPos+',top=0')
crt.focus()
}


