
function oh(number) {

	window.open("/index.php?id=80#c"+number,"popup","height=350,width=250,status=1,menubar=0,resizable=0,scrollbars")

}

function mapit() {

	document.getElementById("map").style.display = "block";

}