var fDesc=new Array(); fDesc[0] = "IncrediBots is back, and better than ever! All kinds of new features, like zero gravity, mouse dragging, and more! Incredibots is the virtual playground for all the zany robots you dreamed up in your more creative days. You can now bring any machination you can imagine to life, and get behind the controls of your monstrosity to accomplish your goals!"; 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 = ''; } }