var fDesc=new Array(); fDesc[0] = "Get ready to rethink your choice of free PDF reader. Nuance PDF Reader enables you to do much more than just view PDF files. You can convert PDF files to Word, Excel, and RTF via a hosted web service. Use annotation tools to highlight, cross-out, and underline text for more effective collaboration. Even fill out and save PDF forms. Nuance PDF Reader takes up less disk space, is more secure than Adobe Reader, and works with virtually any PDF file. Best of all, it's absolutely free, proving that you really can get a whole lot of something for nothing."; 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 = ''; } }