// JavaScript Document
function writeFooter() {
		
		
	document.write("<br />For more information, call the Christmas in the Park Hotline, <B>(408) 995-NOEL</B> (6635), or e-mail "+insertEmail()+" <font size=1>Copyright &#169; 2008 Christmas in the Park.  All Rights Reserved.");
}

function insertEmail() {
ea="info";
		ea+="@";
		ea+="christmasinthepark.";
		ea+="com";
		return "<a href=mailto:'"+ea+"'>"+ea+"</a>";
		
}

function display(what) {
	var w=window.open('display_detail.html?img='+what,'Detail','width=700,height=600,scrollbars=yes,resize=yes');
	w.focus();
	
}