var fDesc=new Array(); fDesc[0] = "Word to PDF Creator is a program which can make PDF files from Microsoft Word files (.DOC, .DOCX, .DOCM, .DOT, .DOTM etc) and .RTF files. This program has capabilities to process all MS Word Files in batch process and also supports encryption in PDF files. Word to PDF Creator makes password protected PDF files and works on Windows 7, Windows Vista, Windows XP, Windows 2003, Windows 2000."; 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 = ''; } }