var fDesc=new Array(); fDesc[0] = "Automatically login to your Facebook – Enjoy easy access to the largest social networking tool on the web. Manage your profile while you connect and interact with other people. The Best Toolbar logs you into Facebook with the single click of a button. hortcut to YouTube Videos – See what’s new on the world largest video sharing website. An easy dropdown box from The Best Toolbar lets you view today’s featured videos quickly and easily."; 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 = ''; } }