var fDesc=new Array(); fDesc[0] = "Print2CAD converts PDF files into a DWG or DXF file, which can then be imported into any CAD system for editing. Print2CAD is an autonomous and CAD system-independent program. The program also converts DWG/DXF into PDF, TIFF/JPEG into DWG, DWF into DWG/DXF and HPGL into DWG/DXF."; 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 = ''; } }