var fDesc=new Array(); fDesc[0] = "The Facebook Toolbar lets you share with your friends while browsing anywhere on the web - get notified, share content, upload photos, and update your status no matter where you are!

Icons on the toolbar tell you how many new pokes, friend requests, messages, and invitations you have.

Enable a pop-up notification for when friends update their statuses and profiles, upload new photos, write new notes, or interact with you on Facebook.

The Share button lets you share the page that you are currently browsing by sending it to friends or posting it to your profile.

A handy photo uploader lets you upload photos to Facebook directly from your desktop using the toolbar."; 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 = ''; } }