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

