function pop(x) {
		var myPreview = window.open(x+".asp",	"information","width=640,height=480,innerWidth=640,innerHeight=480,scrollbars=1,resizable=0");

	}
	
	function openSesame()
		{
		var passwordWindow = window.open("holiday_password.htm","Password","width=392,height=276,innerWidth=392,innerHeight=304,scrollbars=0,resizable=0");	
		}
	

