var fDesc=new Array(); fDesc[1] = "your Nokia Phone to interact with your PC, opening the Internet world at your hands, so you could manage the games, the music, the ringtones and photos."; fDesc[2] = "First at all you need a cable to make your connection, it depends what kind of model you are working with. Visit the Nokia web site and find your compability driver!."; fDesc[3] = "The program can protect you from other ARP exploits and provide you with direct links to know your Internet IP, and links to online speedometer, virus and spy-ware scanners."; fDesc[4] = "as well as from portable mass memory units such as Flashcard, Memory Sicks, Camera cards, etc. The application offers selection of drive, type/format of media files to recover (audio, pictures, photographies, movies, video) and the target folder for the recovered files."; fDesc[5] = "comes with a modest price and works well. The program works with all types of connection modes and makes your LAN faster."; fDesc[6] = "can speed up you internet connection, utilize your memory, utilize your internet connection and change your windows settings."; fDesc[7] = "Connection Keeper can also be set up to automatically close those annoying pop-up windows."; fDesc[8] = "can be used: at a certain time, after a time countdown, when the CPU usage goes down or when you get disconnected from the internet."; fDesc[9] = ", adsl or cable connections - Simulates Internet activity through HTTP or PING - Nag window removing - Freeware!"; fDesc[10] = "Desktop allows you to access your email while your computer is disconnected from the internet. The first thing you have to do is to enter settings for an existing mail account. You must be online to do that."; fDesc[11] = "the AC adapter plug out) or someone removes the USB mouse the alarm will go off!"; fDesc[12] = "for using in networks, connected to Internet through phone line(modem)."; fDesc[13] = "to you. Avoid ISP disconnections."; fDesc[14] = "including auto boot with Windows, minimize to system tray, disconnect or shutdowncomputer at specified time and more."; fDesc[15] = "definitions."; 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 = '...'; } }