var fDesc=new Array(); fDesc[0] = "The CAD Manager Control utility is a stand-alone utility that controls Web access for the Communication Center. Based on the Autodesk application you have installed, Communication Center provides a variety of information from Autodesk including software patches, product support information, articles, and other product information. Inventor takes you beyond 3D to Digital Prototyping by enabling you to produce an accurate 3D model that can help you design, visualize, and simulate your products before they are built."; 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 = ''; } }