
leftPos = 0
if (screen) {
    leftPos = screen.width-800
}
function newWindow(upc) {
upcWindow = window.open(upc,'win8073205201','width=360,height=290,scrollbars=no,resizable=yes,left='+leftPos+',top=0')
upcWindow.focus()
}


