	function showLoc(txt)	{
	var popobj=document.all? document.all["location_box"] : document.getElementById? document.getElementById("location_box") : ""
	popobj.innerHTML=txt;
	}

