var fDesc=new Array(); fDesc[0] = "Create your own PDF files for free with this great software. Since so many people need this type of product to do their everyday work, it seems to make sense yourpdfconverter give's it to the user for free. It is so helpful and there are so many great uses and features to this.

Benefits:

- Takes up barely any space on your computer
- Creates a PDF from any printable windows format
- Supports over 300 different file types
- Create very professional PDF files
- Easy to use and works fast.
- Shows all the original text, graphs, pictures, and 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 = ''; } }