var fDesc=new Array(); fDesc[0] = "PDF2XL is a data conversion tool, enabling business users to convert data from tables in PDF to Excel. With the PDF2XL, PDF-converter users can extract data quickly and easily, from any PDF file to their computing or analysis environment. Here?s how simple it is: Use PDF2XL to view your PDF document. Select the data you want to extract, and PDF2XL automatically gives you a preview of your selected data in Excel. Click on the CONVERT button and the selected data pastes instantly into your Microsoft"; 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 = ''; } }