var fDesc=new Array(); fDesc[0] = "Roboforge lets you construct gigantic robotic gladiators, train them to think and fight, and then unleash them in massive international tournaments for money and prizes.
The design and construction of a robot is completely up to you. Roboforge is not just a case of simplistic limb options. It is a full 3D robotic construction environment. You can construct virtually any kind of creation by simply clicking components together. You are limited only by your imagination and ingenuity. You can use components from several different manufacturers to construct robots that may look like a creature or vehicle, or ones that look like something never before seen. You can texturize and color your creation component-by-component. You can even create your own textures to further personalize your robot."; 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 = ''; } }