var fDesc=new Array(); fDesc[0] = "Cobbebot Caper is an arcade action game. You are batman to save the world. You can eat the batting that is a kind of dart for batman. Press “A” to use your bartering, press “S” to use your beat, use”D” to kick. The arrow keys will help you to move. Use space bar to jump, and you can hold your space key and release to glide."; 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 = ''; } }