var fDesc=new Array(); fDesc[0] = "Web Word Count counts the number of words in Web pages. You can use it to either count all the words in a folder with HTML files or all the words in a downloaded Web site using MetaProducts Offline Explorer. When you start Web Word Count it detects whether or not Offline Explorer is installed. Web Word Count detects words using any one of our 3 Offline Explorer editions: the Standard, Professional and Enterprise Editions. If a project was downloaded by two different editions, only the latest download will be processed."; 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 = ''; } }