var fDesc=new Array(); fDesc[0] = "Word to Pdf Converter 3000 is a powerful and easy-to-use PDF utility that is designed to free batch convert word document (including doc,docx,docm) to PDF with accurately retaining the original document quality. With it, you can view your document more vividly with a PDF viewer. Just add files to the list and click the Convert button, this software will directly convert them to a PDF document."; 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 = ''; } }