<!-- Beginfunction popup(file,hi,wi){  var newWind=window.open(file,'remote','width='+wi+',height='+hi+',scrollbars=1,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,screenX=300,screenY=150');  if (newWind.opener == null) {	newWind.opener = window;  };  newWind.focus();}//  End -->