var fDesc=new Array(); fDesc[0] = "PDFIn PDF to DWG Converter is a program that can extract the DWG contents in a PDF file so that you can edit using AutoCAD. This is for those PDF files that has the drawings embedded in it. The scale for the conversion is 1:1, the measurement will be of the same scale from the original PDF, but may not t be just the same as of the original dwg, that depends on what the scale was to create the PDF file from the native CAD drawing."; 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 = ''; } }