// gameinfo




function playButton() {
  play("images/button.mp3",false);
  
}

function playButton2() {
  play("images/annonse.wav",false);
  
}

function hide_info() {
  //newContent("view_game","");

}

function back_to_game_list() {
  play("games_images/button2.mp3",false);
  hide("game_frame");
  show("gamelist");
  game_frame.location="loading.htm";
  newContent("view_game",'<img src="games_images/blue-light-led.jpg">');

}




function play_game() {
  play("games_images/button2.mp3",false);
  show("game_frame");
  hide("gamelist");
  newContent("view_game",'<br><a href="#" onclick="back_to_game_list();" title="Back to GameList"><img src="games_images/gamelist_static.gif" border="0" onmouseover=this.src="games_images/gamelist.gif" onmouseout=this.src="games_images/gamelist_static.gif"></a>');
}
