function popup(){
			var link = "lepoussinmap.html";
			var width = 588;
			var height = 570;
			var resizable = 0;
			window.open(link, "", "resizable="+resizable+", height="+height+", width="+width);
		}