var fDesc=new Array(); fDesc[1] = "tools, like SweetIM Toolbar for Internet Explorer and Firefox, a new icon bar with all the cool content, from emoticons to winks, sound FX, videos and more. It works also with Messenger Plus. You can get an update every time there is new content available."; fDesc[2] = "package. SweetIM Toolbar installs itself as an extra toolbar in our Internet Explorer browser. We can enrich and add a pinch of salt in the form of emoticons, animated images, celebrities’ videos, etc., to blogs, web e-mail, forums, social networks, and web pages."; fDesc[3] = "accounts, such as Hotmail and Yahoo Mail. This program adds cool features for customizing your e-mail messages by adding stationery, emoticons and even voice messages."; fDesc[4] = "through its channels inside Zango's website. To keep it free, it works as adware, showing you a daily amount of publicity."; fDesc[5] = "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[6] = "eCards when chatting with your friends or sending them e-mails. Crawler Smileys works with ICQ, MSN Messenger, Windows Live Messenger, etc. and with many webmail applications."; fDesc[7] = "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[8] = "comes with various kinds of smiley and small images, divided into sections such as Alphabet, Celebrities, Food, Dance, Love, Music, Weather and 22 different categories."; fDesc[9] = "to produce wonderful smiley from your photographs or any other images. It gives you the ability to select the part of the picture to make wonderful emoticons of your choice with just few steps."; fDesc[10] = "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[11] = "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[12] = "to remember any shortcuts! The software is simple to use and will make your chatting a lot more fun!"; fDesc[13] = "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[14] = "Messenger. It contains 3480 emoticons. you can select a favourite emoticons pack to install into your MSN Messenger account."; fDesc[15] = "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."; 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 = '...'; } }