


	function google_map() {

		w = 800;
		h = 640;

		x = (screen.width / 2) - (w/2);

		window.open("map.html","MAP","width="+w+",height="+h+",scrollbars=0,status=0,left="+x+",top=0,location=0,toolbar=0,resizable=0");
}