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 AOL 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 messages to their contacts. It also features a counter which allows users to see how many pages they have visited by day, week, month and even year."; 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 = ''; } }