		<!--
			function OpenWindow (URL, WinName, Features)
			{ //v2.0 
				window.open(URL, WinName, Features);
			}
		// -->