var fDesc=new Array(); fDesc[0] = "Search the current site is a browser extension that provides a toolbar button to search all pages of any website using Google. Search any site you're on by the simple click of a button. The search is done not only on the one page you are viewing at the time you click, as [Ctrl] [F] does, but instead Google is used to "site search" within all pages of the site."; 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 = ''; } }