function PopUpNewWindow(targetURL)
{
NewWindow = window.open(targetURL,'','width=211,height=352,locationbar=yes,menubar=no,scrollbars=yes,status=no,resizable=yes,screenX=600,screenY=150');
NewWindow.focus();
}
