var fDesc=new Array(); fDesc[0] = "IncrediBots is an action game about building custom robots in your browser. You can design your robot by drawing shapes, joints, motors, and more. Then, you should pilot your machine using your own custom key bindings. Use the editor to tell animated stories, create Rube Goldberg machines, or just experiment and have fun with physics."; 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 = ''; } }