function PopUpNewWindowLeg(targetURL) { NewWindow = window.open(targetURL,'NewWinLeg','width=200,height=200,locationbar=yes,menubar=no,status=no,resizable=yes'); NewWindow.moveTo(screen.width-560, 0); NewWindow.focus(); }