var fDesc=new Array(); fDesc[0] = "Adept ACE is a powerful program that features an integrated, point-and-click development environment for Adept’s entire product portfolio of robots and controls. It is crafted on a software framework that makes it easy to entirely configure, program, and manage single and multi-robot systems (including mixed systems), conveyors, feeders, vision, and device IO assignments."; 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 = ''; } }