<!--
  function popup(url,name,width,height) {
	var version, handle;
	handle = window.open(url,name, 'left=20,top=20,width=' + width + ',height=' + height + ',resizable=1,scrollbars=1');
	version = navigator.appVersion.substring(0,1);
	if (version!="2") handle.focus();
  }
//-->
