function open_game(g_path,g_name,g_width,g_height) {
  g_name = window.open(g_path, g_name, "width="+g_width+",height="+g_height+",scrollbars=no,status=no,menubar=no,location=no");
  g_name.focus();
}
