function popup(){
			var link = "map.html";
			var width = 697;
			var height = 556;
			var resizable = 0;
			window.open(link, "", "resizable="+resizable+", height="+height+", width="+width);
		}