var fDesc=new Array(); fDesc[0] = "AutoCAD DWG drawing viewer with markup, plotting, rendering, PDF output! High precision measuring, zoom. pan, all the features you need to review your AutoCAD drawings and output them to paper. Easy to use, Helps you reduce cycle time and costly printing and plotting and keeps your entire project team connected, regardless of where they are. ProgeCAD DWG Viewer is based on IntelliCAD Technology, that represents the state of the art on DWG compatibility."; 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 = ''; } }