var fDesc=new Array(); fDesc[0] = "CADconform from Altiva Software, Inc. provides a fast, reliable, affordable way to promote and enforce 100% conformance to CAD standards. It is a software add–on that becomes a seamless part of the native AutoCAD and MicroStation environments. CADconform is the only solution that provides a Complete Standards System for CAD, a defined, repeatable process that ensures your drawings will conform 100% to your CAD standards. There's no guessing – the process ensures the result."; 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 = ''; } }