var fDesc=new Array(); fDesc[1] = "features. SMS service helps you to send messages to people's mobile phones. I like Yahoo Messenger mainly because of its stealth settings. Games can be played on Messenger. All of these features make Yahoo Messenger the best Messenger software."; fDesc[2] = "interfaces for different age groups and abilities. There are over 221 lessons and 103 custom lessons included in the Mavis Beacon Teaches Typing Deluxe 17.0 program and ergonomic evaluation videos are included."; fDesc[3] = "to remember any shortcuts! The software is simple to use and will make your chatting a lot more fun!"; fDesc[4] = "Messenger. It contains 3480 emoticons. you can select a favourite emoticons pack to install into your MSN Messenger account."; fDesc[5] = "friends, family, colleagues, etc. Have a quick chat with text messages, and you can even send text messages to mobile phones (where service available). New features include Nudges and animated Winks to help you get attention or emphasize your point."; fDesc[6] = "single IM platform. Through video chat you can communicate face to face with friends on any IM network."; fDesc[7] = "we mainly use smileys & emoticons. If you use smileys in your blog post frequently than Smiley for WLW 2.0 is right for you. Using this plugin you can add smileys from Yahoo, Yahoo Hidden and MSN."; fDesc[9] = "Pictures for MSN Messenger, this free screen saver consists of many cool, high quality smiley faces."; fDesc[10] = "emoticons and display pictures(user tile). Analyzes MSNP Protocol, shows the detail of MSN communications."; fDesc[11] = "gives you a living, winking, breathing custom avatar which speaks the messages coming and going. You design your own 3D face to chat!"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }