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

