function PopUpNewWindowLeg(targetURL)
{
NewWindow = window.open(targetURL,'NewWinLeg','width=550,height=340,locationbar=yes,menubar=no,scrollbars=yes,status=no,resizable=yes');
NewWindow.moveTo(screen.width50, 50);
NewWindow.focus();
}
