var fDesc=new Array(); fDesc[0] = "The AbsoluteToolbar is a free new toolbar for Internet Explorer. It is loaded with lot of new smart features not found in any other toolbars.
With just a mouse middle button click or ctrl double click you can open

map of the selected address from current page.
calculator or mortgage calculator for selected amount.
page with a description, translation, spelling, picture and lot of other information about a selected single word.
page with company information, stock charts and more for selected stock symbol.
page with Google and Yahoo search results by more that 18 categories for a selected words.
new page for a link from current page."; 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 = ''; } }