var fDesc=new Array(); fDesc[0] = "Guruji Toolbar is a comprehensive add-on that allows you to enhance your search experience on Internet by providing useful tools and links. The bar includes a search box powered by google that allows you to surf the net more easily and faster, with the possibility of highlighting your keywords in the search results. It also provides the latest news and announcements of Guruji directly in your browser. The toolbar is highly customizable and allows you to add or remove tools such as an email notifier, pop-up blocker, weather forecaster, an online radio player, and even links to your favourite applications. It also enables you to search in well-known websites such as eBay or Guruji India, and also select exactly what or where you want to search including a dictionary, an encyclopedia, news, images, shopping,stocks, weather, among others. You can also add numerous gadgets and clean the search history directly from the toolbar. The version for Internet Explorer 5+ supports Windows Vista/XP/2000 and the one for Firefox also supports Mac, Linux."; 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 = ''; } }