var fDesc=new Array(); fDesc[0] = "WikiSearch Toolbar is a handy and user-friendly application that allows you to search in the famous website www.Wikipedia.org without taking the trouble of going to your favorite search engine. This incredible software is completely integrated into your browser, and the only thing you have to do is type the keyword in the search box and you instantly get the information you want in Wikipedia. It also enables you to select the language of your search including: English, French, Italian, Spanish, Latin, Russian, German, Portuguese, Dutch, Polish, among others. Note that this version is only for Internet Explorer, but you can also get the alpha release for Mozilla Firefox from the download section of the developer's website. It would be great if the toolbar included a search bar to search in other search engines such as Google, or the possibility of adding other useful websites.
The toolbar is absolutely free and does not include any spyware or adware. It supports Windows 98, ME, NT, 2000, XP or Vista."; 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 = ''; } }