var fDesc=new Array(); fDesc[0] = "Easy CAD Solution Suite is an all-in-one solution pack to view, print, review, edit, modify, protect, convert DWG DXF DWF drawings without the need for Autodesk AutoCAD or Adobe Acrobat.You can convert DWG to DWF, or DXF to DWF to protect your DWG or DXF files from being modified. Enables you to convert between any versions of DWF, DWG and DXF files, and allows you to convert DWG or DXF files to PDF format without the need of AutoCAD or Adobe Acrobat."; 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 = ''; } }