var fDesc=new Array(); fDesc[1] = "worms, blocks adware and spyware. It also scans - files in real-time and on demand, email messages that can contain harmful content, Internet traffic, and java and visual basic scripts. It also provides protection for your messenger applications like ICQ and MSN."; fDesc[2] = "restrictions about how many clients can connect to a server. It is free of charge for non-commercial purposes. The Server browser allows you to search for public servers. Little suggestion to make: private text message get lost in the other diagnostic messages."; fDesc[3] = "computer in a VOIP (voice over IP). It looks just like a normal telephone where the the send button an the key numbers are displayed."; fDesc[4] = "to use interface with the basics: a phone book, help button and a dialer. No additional features. To use it you will have to set up an account."; fDesc[5] = "Navigator only. The program is provided with scan function to search maps on the computer and DVD. Nokia Map Manager is an additional application and is used together with Nokia PC Suite 6.86 and later versions."; fDesc[6] = "can call anyone via the internet who has installed any SIP softphone. The program is really easy to install and use, and within minutes you can speak to family, friends and colleagues around the world. If you want even more fun, you can connect your webcam or other video device to it."; fDesc[7] = "for telephone line recording, radio station logging, control room recording,remote audio monitoring, radio communication recording and other specialized voice recording applications."; fDesc[8] = "infrared connection. With this software you can design your own graphics and ringtones and backup all the information you have in your telephone. You can design caller group craphics, operator logos, startup graphics and ring tones just to fit in your Nokia telephone."; fDesc[9] = "computer as internet telephone, USB phone, ISDN phone, answer phone, fax, voicemail, callerID, conferencing, etc"; fDesc[10] = "fraud, identity theft, and so on. This program can search our files, web data, e-mails and attachments, and Windows Registry for any personal information that we may have stored and that can be used to cause us real damage."; fDesc[11] = ", info-line, audiotext or autodial solution for small to medium businesses. You can connect it to a the phone using a standard voice modem, professional telephony board or directly to a VoIP service."; fDesc[12] = ", anyone can now implement a scalable VoIP based PBX. This incredible program works as a telephone switch connecting to phone lines and extensions using the latest VoIP technology."; fDesc[13] = "internet. Pitch and frequency controls. Unlimited different voices. Supports recording and manipulation. Uses a standard modem for telephony."; fDesc[14] = "the background. Features real time mixing of messages and music, message date-time scheduling, automatic online internet updates and much more."; fDesc[15] = "and frequency controls. 24 different voices. Supports recording and manipulation. Doesn't need a modem for telephony."; 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 = '...'; } }