var fDesc=new Array(); fDesc[1] = "Google Talk that really kind of slowed the progress of the messenger down. Now, thanks to it, you can video chat and voice chat with all your contacts. They still have to download the plugin."; fDesc[2] = "few clicks, and then enjoy it with versatile streaming features. With Nero you are sure that your data is safe after an event of system crash or a damaged disc."; fDesc[3] = "quality and premium performance. Today, Conexant offers a line of industry leading HD-Audio codecs, including marketing value-added Voice Processing Algorithms Digital Signal Processor (DSP) software, optimized for PC Motherboard integration for worldwide operation."; fDesc[4] = "management of home accounting. It allows working offline and online, in the latter mode the program updates balances and movements from your bank accounts. It runs only on Windows Vista and Windows XP Service Pack 2."; fDesc[5] = "out anymore under the belief of common phenomenon, and 'Gunbound' is the only battle is the ‘Lond’.Gunbound battle is the last battle game in the Lond, and it is really popular."; fDesc[6] = "previous versions. Given the number of race days you need to win, it takes quite a long time to get to the end, thus making the game a little uninteresting. While graphics are realistic, ProStreet's audio isn't very good and this definitely makes the game not as good as expected."; fDesc[7] = "files you send, and will send to the recipient a direct download link to those files. In order to use the service, you will need to open an account with the service."; fDesc[8] = "educational environment. Filtering of websites is based on a while list that can be downloaded or defined by the child carer. Filtering of email messages is based on a list of trusted email senders, also defined by the child carer."; fDesc[9] = "information using your cell phone. With this program you are able to email, fax, phone and receive voice messages."; fDesc[10] = "accounts at the same time. The new version 3.4 has been greatly enhanced and it now supports a wider range of webmail accounts such as AOL, AIM, Excite, FastMail, Gmail, Hotmail, MSN, Live Hotmail, iWon, Juno, Lycos, Mail.com, MyWay, NetZero, RediffMail, and Yahoo."; fDesc[11] = "Mechanical Clock 3D Screensaver you will put a huge mechanical clock right on your screen! This 18th century Swiss clock shows all the internal mechanisms of a real clock, working perfectly and giving you the time continuously."; fDesc[12] = "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[13] = "strange messages that invite you to visit a page or buy a product. If so, do not worry, because nowadays there many useful tools to help you to get rid of all these annoying e-mail messages, and SpamBayes is one of them, but the best part, is completely free."; fDesc[14] = "without having to open the explorer and navigate to facebook website. Among the notifications you can receive unread messages, pokes, friend requests, wallposts or any other third party application you may have configured in your facebook."; fDesc[15] = "messenger that lets you make and receive phone calls. But sometimes you´re not sitting in front of the machine, and you can´t answer the calls you receive in your Skype client. The purpose of this program is to act as an answering machine will do with a telephone line."; 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 = '...'; } }