var fDesc=new Array(); fDesc[0] = "dhivehi.webatu.com Toolbar is a simple toolbar that was created using the Conduit Platform. On the left side of the toolbar there is a search tab, which you can use to search the internet. There also is a shortcut to Facebook, and if you press it and you are logged in you will see the information from your account in a pop-up widget. It contains a radio tab for listening online radios directly from your toolbar. There is also a email tab which you can configure to connect to your Gmail,Yahoo!,AOL and other email accounts, so you can instantly access them"; 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 = ''; } }