
function xmasPop(){
 document.getElementById('xmasPop').style.display = 'block';
}

function xmasHide(){
 document.getElementById('xmasPop').style.display = 'none';
}