var fDesc=new Array(); fDesc[0] = "AutoCAD DWG to Image Converter is a program that enables you to batch convert DWG and DXF to GIF, JPG, PNG and TIFF quickly and easily without the need of AutoCAD. You can scale your conversion using Extents, Display or Layout Limits and customize line widths to include in your drawing or suppress the display of lines."; 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 = ''; } }