var fDesc=new Array(); fDesc[0] = "RobotAssist is a full-featured robot modeling and control package designed specifically for the Windows environments (95, 98, ME, NT, 2000, XP). At the heart of RobotAssist is its advanced graphics display engine. This set of highly optimized display algorithms enables Pentium-class processors to achieve graphics quality and high display rates that surpass many expensive workstation-based packages. These display algorithms and the associated parametric object databases are specifically tailored for modeling robotic devices and other industrial hardware."; 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 = ''; } }