var fDesc=new Array(); fDesc[0] = "With this CAD application you edit or create drawings in the .dxf file format. You can open, view and edit existing dxf files loss-free. Of course you can also create completely new drawings from the scratch. No property of the .dxf file will be lost or destroyed, because this program is based on the .dxf file format and does not make a .dxf import and export into an internal format."; 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 = ''; } }