function popup1(x,O)
{
	O=window.open(x,'','width=600,height=590,resizable=1,scrollbars=yes,menubar=no,left=300,top=140');
	return O.opener&&O.opener==self
}

function universalPopup(x,O,parms)
{
   //	var parms='width=600,height=590,resizable=1,scrollbars=yes,menubar=no,left=300,top=140';
	O=window.open(x,'',parms);
	return O.opener&&O.opener==self
}
