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