var fDesc=new Array(); fDesc[0] = "Simulation Studio provides an interactive and real-time 3D robotics and microcontrollers simulation environment for Windows, all in a physics-enabled virtual world.

Studio comes standard with simulation models for the popular Boe-Bot robot from Parallax as well as the BASIC Stamp 2 series of microcontrollers. Using the integrated source editor and debugger, you can develop and debug your robot control code as you watch your virtual robot respond to your code changes."; 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 = ''; } }