var fDesc=new Array(); fDesc[0] = "Medusa's Lair 2.0 is a 3D, first-person shooter (FPS) game.

The game revolves around the Medusa Lair. The Medusa's Lair is a large, cavernous den crawling with Medusa's evil spawn. The gamer must fight their way through this confusing and winding lair to destroy Medusa. There are three masks hidden throughout the lair that will give extra lives. Each time the user kill a spawn, they should be sure to take the energy left behind because it will needed later. The game has easy control options. The user can use the arrow keys and mouse to move, left mouse button to fire, and right mouse button to jump. The environment is dark and the game play is fascinating.

The game features interesting graphics and game play. The energy shows the amount of health the frog has. The lives show the number of turns left for the gamer to play. The score includes the number of balloons collected by the user. The game has comprehensive difficulty level based on the old school game base. The user can only save the game once they progress further in the game thus making it more challenging."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }