function newwin2(){sub = window.open("2003.html","biday2003","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=850,height=600");x = (screen.width  - 850) / 2;y = (screen.height - 600) / 2;sub.moveTo(x,y);}