var fDesc=new Array(); fDesc[0] = "W3bin.com is a free tool that lets you find out where websites are hosted. This extension will install a tiny button in your browser which will feature the product's logo. Whenever you are on any website, and you want to know interesting information about that site, simply click the logo, and you will be presented with a comprehensive report."; 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 = ''; } }