

	function showStatus(lnk)
	{
		document.getElementById("splashScreen").style.visibility = "visible";
		location.href = lnk
	}