var fDesc=new Array(); fDesc[0] = "Any DWG to SVG Converter batch converts DWG to SVG, DXF to SVG, and DWF to SVG without the need of AutoCAD. It can explode SHX to vector entities or adds SHX fonts to the SVG. It can also convert SHX, TTF fonts, Xref, and embedded raster image/Excel files in the DWG/DXF to SVG. Support for command line is useful for automating the program using your own Windows application."; 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 = ''; } }