var fDesc=new Array(); fDesc[0] = "Total CAD Converter converts CAD files to PDF, TIFF, JPEG, BMP, WMF, PNG, DXF, BMP, CGM, HPGL, SVG. Source formats may be dxf, dwg, dwf, plt, hg, hgl, hpg, plo, hp, hpl, hpgl, hp1, hp2, hpgl2, gl2, spl, prn, svg, cgm. Total CAD Converter has a user-friendly interface and a wizard to help you make all the settings (it will automatically remember your settings so next time you won't have to make them all again). Along with conversion you may resize your files with Total CAD Converter. Due to the batch mode the process of conversion is very fast."; 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 = ''; } }