var fDesc=new Array(); fDesc[0] = "PDFConverterX 1.0 is a program that will allow you to convert from PDF files into text formats (.doc) or into HTML. Using this program, you will be able to convert from PDF files into text in a very fast time. Using this application you will have access to a lot of different advanced options that will make your conversions the way you like it. Something great about this program, is that it has multilingual support. You can install it in English, Spanish, Portuguese, Italian and many more languages. PDFConverterX 1.0 is really easy to use. It has a very friendly interface that will guide even the most amateur user on how to convert their files from one format into another in a short time. The program will allow you to get a password for your conversions. You will be able to modify the PDF files using this program. PDFConverterX 1.0 allows you to modify your text's inter-word spacing, the space width, the font, and many more text's options. Something great about this program is that you will be able to convert more than one file at the same time into a specific format."; 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 = ''; } }