<!-- 
	var remote=null;
	function rs(u,n,t,l,w,h,x) {
	  args="top="+t+"left="+l+"width="+w+",height="+h+",resizable=no,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;}
	}	
// -->

