var fDesc=new Array(); fDesc[0] = "To play the game you will need a steady hand and a good mouse. Players will need to avoid the walls and obstacles. Some obstacles such as walls for example can be blown up with explosives. However, not all walls can be blown up with explosives and may result in your death if attempted. If you die and you have progressed beyond level: 1, you should have been given a code. You can use this code to reload that level and try again."; 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 = ''; } }