var fDesc=new Array(); fDesc[1] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera."; fDesc[2] = "both with voice, calling, video conference, gaming, and mailing functions. The program has not changed much from the previous versions in its core, but adds a great array of new features that the user can surely benefit from."; fDesc[3] = "version of Windows Live Messenger 2009 but want to enjoy all the benefits and added Plus!. Yes, this version is the official version released by the sponsor program and resolves all problems of incompatibility that existed between messenger 9 final messenger plus live."; fDesc[4] = "contact list, manage a household budget and keep up with your correspondence. Works gives you the basic tools you need to make your tasks easier from start to finish."; fDesc[5] = "any significant changes, except, perhaps, a couple of bug fixes from the previous entry in the franchise and some improvements in the voice calling system."; fDesc[6] = "(Rich Site Summary) feeds and useful shortcuts like people search, maps search, ICQ Chat rooms, ICQ Groups, ICQ Greetings, increase or decrease zoom."; fDesc[7] = "colleagues. It provides instant messaging, PC-to-PC voice and video chat, files transfers and email notifications. There is also ICQ client integrated in this version (5.3) of the program."; fDesc[8] = "capable of joining users of ICQ, MSN, AOL Instant Messenger (AIM), Yahoo Messenger, IRC and Google Talk into a single chat space."; fDesc[9] = "seen. Add Input Boxes, Text Areas, Lists, Drop Down Boxes, Check Boxes, Radio Buttons and more !"; fDesc[10] = "Informant 8.0 provides a calendar, contact database and task list. Pocket Informant 8.0 is completely customizable so we can choose the colours that match our windows mobile theme the best."; fDesc[11] = "you can autoinstall Display Pictures, Animated Gifs, New Fonts, Emoticons or Backgrounds, to customize your MSN Messenger. PMsn Paraiso also has a Games and Aplications Launcher."; fDesc[12] = "sender, using multiple threads for DNS sending and also has the capability to send through a SMTP server. With this tool you will be able to save email campaigns, so you can be able to track them. Each one contains all the settings that were used."; fDesc[13] = "information of your received emails. It works like a Business Card Reader. Address, Phone Number, email, Fax, Company, Position, and more information can be easily retrieved and saved."; fDesc[14] = "details from Internet directories, Membership lists, Email signatures, Excel & Word documents into your favorite contact management software."; fDesc[15] = "using Personal Mailing List. This tool works under XP, Vista and other Windows operating systems too. While the cost of this tool is not that little, it is still a good tool to use all in all."; 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 = '...'; } }