function newwin1(){sub = window.open("2002.html","bday2002","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=900,height=400");x = (screen.width  - 900) / 2;y = (screen.height - 400) / 2;sub.moveTo(x,y);}
