function game_page(){
win=window.open('game/index.html','popwin','scrollbars=yes,resizable=yes,width=800,height=600');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  win = window.open(theURL,winName,features);
  win.focus();
}