	<!--
		function changeWindowLocation( URL )
		{
			//alert("changeWindowLocation(" + URL + ")");
			window.location = URL;
		}
	//-->