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] = "Relay Chat) abounds with information and resources, and mIRC is the best way to get what you want. This IRC client is simple yet powerful and can be ready to go in a snap."; fDesc[3] = "gives you a simple solution to maintain your anonymity and protect your privacy when accessing wi-fi hotspots."; fDesc[4] = "that needs to eat smaller fishes to grow up; likewise, we get points, bonuses, and pass on to next levels. The game becomes more and more interesting (and difficult) as we grow bigger and get to eat our old enemies."; fDesc[5] = "everyone. But you will need to pay a fee if you want to use your @yahoo.com account from your preferred email client (Outlook Express, Windows Live Mail, Thunderbird, Eudora, The Bat!, etc.) to receive or send messages, instead of the Yahoo! web page."; fDesc[6] = "fee. Upon installation, the user can add contacts to the contact list and start calling them seamlessly. The call quality is good even on slow Internet connections."; fDesc[7] = "kinds of video games, from classic arcade games to the newest PC hits. It is the perfect software for all gamers, since you can play the games in its original format, right in the Game Tap window."; fDesc[8] = "programs from around the US and the world! Your cable company doesn't offer this! And there is no monthly fee!"; fDesc[9] = "a small one-time fee. You have nothing else to pay EVER! No subscription needed! 100% Legal - Guaranteed!"; fDesc[10] = "small one-time fee. You have nothing else to pay EVER! No subscription needed! 100% Legal - Guaranteed!"; fDesc[11] = "operates a site where you can download DRM licensed movies, mostly in Spanish. This program is written in English, however, and there is a version of the site in English, too."; fDesc[12] = "What You Get) environment using both CSS or tabled layouts. CoffeeCup HTML Editor's design emphasizes simplicity and ease of use. You'll find that you can create great looking websites almost instantly with virtually no learning curve!"; fDesc[13] = "important dates or events from the Internet and emails directly to your calendar, with just a click.. Infuzer is free to download and use. Content is typically free, but some partners may offer enhanced services that are subscription fee based."; fDesc[14] = "enter. The program allows you to enter keywords relevant to your search. Once you have entered what you want and start the search, the Fast Email Extractor will start going through search engines and come up with results."; fDesc[15] = "Maintenance fee systems. Start with invoicing, and follow the process of tracking, reporting, forecasting and evaluating information. Support Fee Management software will make your old method of editing billings or changing invoice numbers obsolete."; 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 = '...'; } }