function popup_xmas() {
		popup_view = window.open("../xmas2010/index.php", "xmasWindow", "toolbar=no, location=no, status=no, menubar=no, scrollbars=no, resizable=no, width=1000, height=724, screenX=100, screenY=100");
		popup_view.focus();
}
