var fDesc=new Array(); fDesc[0] = "Yahoo! Messenger - Chat with friends and enjoy stealth settings, video calls, PC calls, file sharing, photo sharing, SMS, emoticons, & more. Send instant messages in real-time to your friends. Share photos from your desktop or Flickr, then discuss them over IM while you and a friend view them together. Make a voice call to another Yahoo! Messenger user."; 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 = ''; } }