var fDesc=new Array(); fDesc[1] = "favorite instant messenger client, email or blog. The toolbar allows you to search the web using MSN without the need to go to \"MSN Search\" website."; fDesc[2] = "MSN Messenger. This tool is easy to use and to install, while the support is also very quick and prompt. The tool is available for using with more than 10 languages."; fDesc[3] = "version 6.x to 7.x and the Windows Live Messenger. It allows us to do a multiple selection to save a group of pictures in any folder that we select."; fDesc[4] = "chat typing text in a Window, with a person or group. While chatting, you can use different fonts, colors, backgrounds, emoticons and winks."; fDesc[5] = "automatically with just one click when currently logged in to Windows Live. The program is not compatible with Microsoft Windows Vista - however, it works fine on Microsoft Windows XP."; fDesc[6] = "different emotions. This program will help you to enjoy chatting even more, as these winks fit different situations and make chatting more interesting."; fDesc[7] = "currently logged in Windows Live ID only with just one click. The program is compatible with Windows Live and MSN messengers 7.0 and later. The installation process is very easy."; fDesc[8] = "to remember any shortcuts! The software is simple to use and will make your chatting a lot more fun!"; fDesc[9] = "your Messenger conversations special and customized with high qualitative ones. You can select your favorite pack (faces, numbers, letters, and symbols) after a preview, and then automatically install them into your messenger account."; fDesc[10] = "Messenger. It contains 3480 emoticons. you can select a favourite emoticons pack to install into your MSN Messenger account."; fDesc[11] = "without emoticons? Here you can have a lot of naughty and rude smileys, your friends are shocked and if you have a boyfriend or girlfriend or you are married, you can express your intentions very well."; fDesc[13] = "enemies on the way!"; fDesc[14] = "these love MSN emoticons to express and share your love, all in your MSN Messenger Instant Message chat conversations!"; 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 = '...'; } }