
leftPos = 0
if (screen) {
    leftPos = screen.width-800
}
function newcust(conwinhlp) {
nwcst = window.open(conwinhlp,'nwcstwin','width=386,height=360,scrollbars=yes,resizable=yes,left='+leftPos+',top=0')
nwcst.focus()
}



