var fDesc=new Array(); fDesc[0] = "With this toolbar users can easily gain access to their favorite websites from their browser just with one click. It also includes a search field (enhanced by Google), so users can easily search the web right from the AIM toolbar without having to open another window. There's also an AOL and AIM email preview that allows users to quickly check their Inbox and send instant messages to their buddies. You can also select the Buttons to be in the Toolbar, their appearance, the amount, how they are arranged and, most importantly, their functionality. What is more, a new button gallery lets users easily add links to their favorite websites such us youtube, digg, wikipedia, among others onto the Toolbar. Moreover, it has a SIGN IN button that allows users to sign in seamlessly to all the AOL and AIM websites, including mapquest, shopping, sports and fantasy, city guide, jobs, weather, and so on. If a little extra inch in the toolbar is not a problem, this toolbar comes in really handy for AOL users who want to access all their favorite sites from within the comfort of their browser."; 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 = ''; } }