var fDesc=new Array(); fDesc[0] = "DraftSight lets you create professional 2D and 3D CAD drawings in DWG format. It can be used by architects, engineers, and construction service providers, as well as professional CAD users, designers, educators, and hobbyists. DraftSight offers compatibility and exchange capabilities with a wide range of graphic file formats and construction software tools.

DraftSight is available in Professional, Premium, Enterprise, and Enterprise Plus variants."; 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 = ''; } }