	function openwindow(theURL,winName,features) //v3.0
	{
    	OpenWin = window.open(theURL,winName,features);
	}
