var fDesc=new Array(); fDesc[0] = "BuddyFuse is an add-on program which integrates chat networks and social networks such as Google Talk, Twitter and Hyves into Windows Live Messenger (MSN). With BuddyFuse, you can seamlessly stay in touch with friends on other networks. Your Google Talk friends are added to your Messenger contact list, and you can chat with them right from Live Messenger. You can also automatically Tweet your personal status message, and receive notifications for events such as new emails in Gmail."; 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 = ''; } }