var fDesc=new Array(); fDesc[0] = "Easy CAD to SVG Converter is a program that allows you to publish your CAD drawings as SVG (Scalable Vector Graphics), an open-standard W3C standard for the presentation of compact and high-quality graphics on the web. You can choose paper space, model space, active layout, all layouts for conversion, customize line weight and scaling."; 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 = ''; } }