var fDesc=new Array(); fDesc[0] = "AutoCAD Drawing Viewer is a FREE lightweight powerful utility for viewing, editing, printing, converting and saving AutoCAD drawing files. Features include: Print drawings, create PDF and JPG files from drawing files in batches, convert drawings to different file formats in batches, view and open drawings, view/edit block attribute values, view/edit text values, view/edit layer information, find and replace block attribute values and find and replace text. AutoCAD Drawing Viewer does not require AutoCAD to run and is compatible with all AutoCAD drawing versions."; 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 = ''; } }