var fDesc=new Array(); fDesc[0] = "This program can convert scanned PDF image to editable Word documents. It will also work on regular PDF files. Converting textual PDF to Word retains its original layout. If you want a particular page or range of pages to convert, it can be specified in it. Batch conversion feature allows you to set this application to convert multiple files automatically."; 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 = ''; } }