var fDesc=new Array(); fDesc[0] = "Megaman Polarity is an adventure game for free. You etes Megaman and must achieve your missions of giving at the beginning of "training course". To move one uses the directional fleches right-hand side and left to jump that high and to draw the bar from space. You have two energy different it blue and it red that one can modify with volonter evec the key shift (gross fleche upwards under the entered key). When you etes under energy blue you etes sensitive to the attacks red and conversely. For a stronger attack to use the bar space to insert then relacher."; 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 = ''; } }