var fDesc=new Array(); fDesc[1] = "features. SMS service helps you to send messages to people's mobile phones. I like Yahoo Messenger mainly because of its stealth settings. Games can be played on Messenger. All of these features make Yahoo Messenger the best Messenger software."; fDesc[2] = "possibilities, which include: Servers, web based, and Kad. It is a completely free of charge application also free of adware, spyware and any other kind of intrusive programs."; fDesc[3] = "millions of people in existing audio and video chat rooms, or create a video-conference of your own to bring together other PalTalk users with similar interests. You'll enjoy 6 full video windows of your friends while communicating in chat rooms."; fDesc[4] = "files with other users in the fastest way via Gnutella network. We can share all types of files, including audio, video, programs, images, documents, etc."; fDesc[5] = "magical wizard of its own and an easy-to-use educational tool to instruct you in accomplishing your more advanced networking goals."; fDesc[6] = "Internet without restrictions or limits. The client is completely free of advertisements and has a nice, easy to use interface."; fDesc[7] = "Azureus Vuze 3.0 can build new torrents, download existing ones, search for any wanted files and download them, interrupt and resume download without losing downloaded parts. It supports 42 different languages."; fDesc[8] = "through all the world's computers and servers integrated into a resource-sharing network. When you first open the program, you will see the page of www.hatrix.org in its built in browser. You can use this page to look for files to download in the network."; fDesc[9] = "if you use the older versions can see this. It is easy to use, you just install it, search and download, support multiple searches and downloads too, the interface is elegant and you can choose what languages use because the international version has many."; fDesc[10] = "redundant information that slow down your PC and can cause hang ups and crashes. PC SpeedScan Pro 7.1 finds and eliminates harmful PC errors, restore your PC to its maximum performance, and stabilizes your Windows operating system."; fDesc[11] = "users are able to share distinct type of files. It also is used as a platform for the promotion of unsigned artists and is very good for downloading full albums as users can share folders for their albums. Additionally it has an easy to use interface which can be customized any way you like."; fDesc[12] = "downloading files from any remote FTP server. The program supports using proxies and passive connections. The program has an FTP server with many features."; fDesc[13] = "others using any torrent client. You can build torrent files from any data saved in your drives. You can use two modes: Simple or Classic."; fDesc[14] = "the system to make it easier to share files with other PCs. You just need to right-click on the folder you want to synchronize, and then select \"Add to Syncplicity\"."; fDesc[15] = "invitation from the owner) trough a local area network or by Internet. You can also synchronize files automatically between two or more PCs."; 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 = '...'; } }