var fDesc=new Array(); fDesc[0] = "AOL Email Toolbar provides a quick hop to your favorite sections of America Online.

Although installation was smooth, it was lengthier than we expected.

The toolbar includes a Google-powered search field that gives a more expedient way to search AOL.

Convenient button links get you to your mail, AIM, the news, weather, radio, and more.

The pop-up blocker is an appreciated inclusion, and the quick links to instantly clear your history, cookies, and caches are providential.

See breaking news, right in your browser

Share links via email with one click

Easily add favorite sites to your Toolbar

Search the web with AOL Search"; 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 = ''; } }