var fDesc=new Array(); fDesc[0] = "Autodesk Factory Design Suite Ultimate is a program that helps you design and communicate the most efficient manufacturing layout by creating a digital factory model. It allows you to generate in-sync 2D and 3D digital factory layouts, analyze material flow directly in AutoCAD, and optimize machine utilization and energy consumption."; 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 = ''; } }