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