
//<!--

 var remote=null;
   function winrs(n,u,w,h,x) 
   {
     args="width="+w+",height="+h+",resizable=yes,scrollbars=yes,status=0";
      remote=window.open(u,n,args);
        if (remote != null) 
      {
        if (remote.opener == null)
        remote.opener = self;
      }
     if (x == 1) { return remote; }
   }

var awnd=null;

 /*function ScriptAttach() {
   awnd=winrs('att','popup.asp',450,300,1);
   awnd.focus();
   }

    ScriptAttach();
 */

//-->



