

function showNoel() {
	var noelWindow = window.open("../contact/noel2004/noel.html", "noelWindow", "height=800,width=630, scrollbars=yes,resizable=yes");
	noelWindow.focus();
}


function showXmas() {
	var xmasWindow = window.open("../contact/noel2004/xmas.html", "xmasWindow", "height=800,width=630, scrollbars=yes,resizable=yes");
	xmasWindow.focus();
}
