var fDesc=new Array(); fDesc[0] = "robotSim is the perfect simulator to rapidly test your robot control programs and behaviours.
-Premade virtual robots: iRobot Create robot and a 4 wheeled robot.
-Many configurable environments
-Rich library of customizable shapes and furniture.
Features:
-Robotic control using our C API, designed to work with any programming language
-Run an unlimited number of robots simultaneously
-Create custom environments with our drag and drop environment editor"; 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 = ''; } }