function showloc()
{
	document.getElementById('locmap').style.visibility = "visible";
}

function hideloc()
{
	document.getElementById('locmap').style.visibility = "hidden";
}
