var fDesc=new Array(); fDesc[0] = "Acme DWG t o SVG Converter allows you convert DWG to PDF, DXF to SVG and DWF to PDF directly without need of AutoCAD, it converts DWG, DXF and DWF files into vector SVG files, quick and easily. You may convert model space, all layouts, all paper space, or last active layout to SVG file."; 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 = ''; } }