	function openUnderWindow(theURL,winName,features)
		{
		window.open(theURL,winName,features);
		parent.window.focus ();
		}
	function openOverWindow(theURL,winName,features)
		{
		window.open(theURL,winName,features);
		}
