function popup(){
			var link = "haunted_castle.html";
			var width = 850;
			var height = 600;
			var resizable = 0;
			window.open(link, "", "resizable="+resizable+", height="+height+", width="+width);
		}