var fDesc=new Array(); fDesc[0] = "Webbee SEO Spider is a web auditor that crawls and audits your website. It gathers meta data, keywords, schema, headings, and internal links from HTML and displays them in a tabular form. You can also view the Google Analytics code, schema (microdata), canonical URLs, meta robot tags, and internal and external links. Webbee crawls all the images from a website and sorts them in two different sections; with alt tags and without alt tags."; 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 = ''; } }