  function popupFullControlNoMove(url, name, width, height, status, scrollbars, toolbar, location, directories, menubar, resizable)
  
  {
   settings=
   "toolbar="+toolbar+",location="+location+",directories="+directories+","+
   "status="+status+",menubar="+menubar+",scrollbars="+scrollbars+","+
   "resizable="+ resizable +",width="+width+",height="+height;
   
   PopupWindow=window.open(url,name,settings);
	 return false;
   }

   

//usage: <A href="#" onClick="popupFullControlNoMove('page.asp', 'windowname', 375, 500, 'no', 'yes', 'no', 'no', 'no', 'no', 'yes');">