function openSpecial(){
winX = 740;
winY = 600;
winLeft = (screen.width-winX)/2;
winTop  = (screen.height-winY)/2+20;
newWin=window.open('site/special/2007newyear/','newyear','width='+winX+',height='+winY+',top='+winTop+',left='+winLeft+',scrollbars=1,resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,copyhistory=0');
newWin.focus();
}

