var fDesc=new Array(); fDesc[0] = "This game comprises 3 levels. you have a gauge of life which goes down when you are made touch, but you will find on your way of the icons which will help you: the icon in the shape of shield (with a cross above) gives again you life, the icon forms some out of star returns to you invincible (but for one period). If not, controls are super simple: the arrow directional ones the top and of bottom enable you to go down or to go up in the airs, the arrow directional ones of left or right-hand side enable you to change direction, and space touches it enables you to send balls of fire to kill the enemies."; 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 = ''; } }