var fDesc=new Array(); fDesc[0] = "RobotStudio Machine Tending PowerPac is an add-on for RobotStudio that provides a platform for quick, easy creation and editing of machine tending robot cells in a 3D virtual environment. With a library of common grippers and station types, and built-in support for most machines and peripheral equipment, getting a cell up and running in the virtual world is easy."; 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 = ''; } }