var fDesc=new Array(); fDesc[0] = "Fast Site Inspector is a tool used for crawling website and inspecting SEO elements. It begins checking from the starting page and goes through all pages one by one until it checks all pages on the site. In addition to collecting onsite SEO elements for each page, the program can create a site map and count words on pages. It can check the entire site, one of its pages or one directory. Also, it includes a feature-rich web site crawler, which supports different user authentication types such as SSL certificate and form login."; 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 = ''; } }