var fDesc=new Array(); fDesc[0] = "NODE JUMPER is an addictive space arcade game where your objective is to clear the galaxy grids of all space meteors. Avoid the dreaded Electron Emulsifiers who are intent on stopping you from completing your task. Inventory and objects include three lives per Mission, Force Fields, Transformers and Wormholes. There are eight challenging Missions consisting of five unique grid levels that will keep you entertained for hours."; 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 = ''; } }