function popupsurprise()
{
  specs = 'width=310,height=370,left='+(Math.round(screen.width/2)-155)+',top='+(Math.round(screen.height/2)-180)+'\'';
  window.open('/surprise.htm','w1',specs);
}