<!--
function PopUpNewWindow(targetURL)
{
NewWindow = window.open(targetURL,'NewWinAtt','width=300,height=450,locationbar=yes,menubar=no,scrollbars=yes,status=no,resizable=yes');
NewWindow.moveTo(screen.width-340, 0);
NewWindow.focus();
}
//-->
