var fDesc=new Array(); fDesc[0] = "Free PDF to Word Doc Converter is a desktop document conversion tool to convert Adobe PDF files to Microsoft Word DOC files. The program can extract text, images, and shapes from any PDF file and preserve the layout. It can convert all the pages, or any page range, of a PDF file."; 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 = ''; } }