function popup(){
			var link = "contours.html";
			var width = 320;
			var height = 240;
			var resizable = 0;
			window.open(link, "", "resizable="+resizable+", height="+height+", width="+width);
		}