// JavaScript Document<!--top.window.moveTo(0,0);if (document.all) {top.window.resizeTo(screen.availWidth,screen.availHeight);}else if (document.layers||document.getElementById) {if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){top.window.outerHeight = screen.availHeight;top.window.outerWidth = screen.availWidth;}}function openPopup(theURL,winWidth,winHeight,options) {  window.open(theURL,"","top=100,left=100,width="+winWidth+",height="+winHeight+","+options);}var popUpWin=0;function popUpWindow(URLStr, left, top, width, height){  if(popUpWin)  {    if(!popUpWin.closed) popUpWin.close();  }  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');}var popUpWin=0;function openNewWindow(URLtoOpen, windowName, windowFeatures) {  if(popUpWin)  {    if(!popUpWin.closed) popUpWin.close();  }   popUpWin=window.open(URLtoOpen, windowName, windowFeatures);}//-->