
	function openWinrecce( windowURL, windowName, windowFeatures ) { 
		window.open( windowURL, windowName, windowFeatures ) ; 
	} 
