var fDesc=new Array(); fDesc[0] = "Vole Word Reviewer is a program that enables you to add multimedia, comments, and reviews to your Word documents. The program integrates the Word document and user reviews, attachments, and digital signatures into a single-file library - VMC multimedia library. You can create reviews, preview attachments in built-in media player, create a professional cover for the library, and more."; 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 = ''; } }