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

