var fDesc=new Array(); fDesc[0] = "SoftFirst DWG-DXF Converter is a compact and affordable application featuring an intuitive wizard-driven interface that allows you to perform DWG-DFX conversion in a wink of an eye. It takes merely 3 mouse clicks to get the job done, and the result is always as expected. Bulk conversion of various DWG and DXF versions supported. SoftFirst DWG-DXF Converter is an excellent tool for fast and hassle-free DWG to DXF conversion. Don't miss it!"; 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 = ''; } }