var fDesc=new Array(); fDesc[0] = "Fast Spell Checker helps you check spelling errors on your websites. It begins checking from the starting page and goes through all pages one by one until it checks all pages on the site. Its web crawler supports different user authentication types including SSL certificate and form login. Fast Spell Checker supports open dictionaries as in LibreOffice, Mozilla Firefox, Google Chrome; you can also install a dictionary for other languages."; 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 = ''; } }