var fDesc=new Array(); fDesc[0] = "DataCAD is a professional-level AEC CADD program for architectural design, photo-realistic rendering, animation, and construction document creation. DataCAD includes tools that make design and drafting easier, such as automatic door and window insertion, associative dimensioning and hatching, automated 3D framing and Teigha-based DXF/DWG translators."; 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 = ''; } }