var fDesc=new Array(); fDesc[0] = "A lite and fast dwg viewer, browse, view, measure, print DWG, DXF, DWF files. Supports AutoCAD drawing format from R2.5 to the latest version 2012.
DWGSee DWG Viewer Pro version supports DWG to Image(jpg, tiff, gif ), dwg to pdf conversion, it also supports advanced markup, let you publish markup in PDF or Image format."; 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 = ''; } }