var fDesc=new Array(); fDesc[0] = "The description: One warm, sunny day, Ginzi and his girlfriend Loana peacefully
walked in the woods. Suddenly and from out of nowhere an awful phantom appeared and
abducted Loana. Ginzi snaps into action, and sets out to rescue his
beloved. Your problem to help the protagonist to reach
the phantom's lair and release his girlfriend.

The principle of game is rather simple: press assigned letters to move ahead, onto new
adventures and dangers. In time you will develop your ability to quickly
find the necessary letter on the keyboard!"; 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 = ''; } }