var fDesc=new Array(); fDesc[0] = "progeCAD 2014 Professional is an AutoCAD compatible 2D/3D CAD application that works with AutoCAD DWG files from AutoCAD 2.5 through AutoCAD 2014. It offers very high compatibility with AutoCAD® and Direct Modeling in native .dwg. progeCAD lets you export drawing files to any previous AutoCAD versions, both in DWG and DXF formats."; 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 = ''; } }