var fDesc=new Array(); fDesc[0] = "AmigoBar is a toolbar that allows you to update Facebook and Twitter right from your web browser. Get your friends' updates, photos, and videos as soon as they're posted, no matter where you are on the web. Chat with your Facebook friends from your browser. No need to visit Facebook.com anymore. Update your Facebook status and tweet from any page. Share pages you visit with a single click. Easily reply, retweet, "Like", and send private messages without logging into Facebook or Twitter.
The AmigoBar toolbar is compatible with Microsoft Internet Explorer versions 6 and above, and Mozilla Firefox versions 1 and above."; 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 = ''; } }