var fDesc=new Array(); fDesc[0] = "DWG Search is a specialized search program for quickly locating AutoCAD dwg files based on their names and content. This innovative and powerful tool greatly reduces the time taken to locate particular components to be reused in your current and future projects. This allows you to easily manage projects and drawings, reuse components and AutoCAD blocks."; 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 = ''; } }