var fDesc=new Array(); fDesc[0] = "Search and access Wikipedia from anywhere on the web with the Wikipedia toolbar. It's free and is available for both Firefox and Internet Explorer as an add-on.

Main Features:
- Supports all standard MediaWiki formatting commands.
- Formatting works on selected text or without any selection.
- Commands available via toolbar and context menu.
- Dialog based creation of tables, image links and links.
- Many special characters available via a menu.
- Locale specific templates with catagory grouping. (New!)
- Site side template packs, that are for a certain site. (New!)
- Either select large icons or small icons. (New!)
- All WikiMedia wikis are preconfigured
- User defined wikis and formats.
- Fast switching between multiple Wikis.
- Open all MediaWiki special pages from toolbar"; 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 = ''; } }