var fDesc=new Array(); fDesc[1] = "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[2] = "but nice interface that is easy to use and has the most common features needed for communication. An option for home users searching for a VoIP telephony service."; fDesc[3] = "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[4] = "as it is SIP compatible like Asterisk. It is easy to use and setup, and it has all the options you may want from a basic IP phone."; fDesc[5] = "configure multiple SIP/IAX accounts and has multiple lines. It has all the features expected in a softphone and compatibility with lots of PBX and Voip Service providers."; fDesc[7] = "software and plug a Nortel approved headset or handset into the USB Audio Adapter port to start communicating."; fDesc[8] = "It is a free downloadable program that will work for you only after buying a prepaid account to make phonecalls through fone2globe. Not useful for other Voip pbx or services."; fDesc[9] = "softphone for Windows. This application is very useful for making and receiving phone calls via your computer. With 3CX VOIP phone you can make phone calls directly from your PC or laptop to any mobile or landline."; fDesc[10] = "the basics: speakers and microphone volume controls, and a simple dialer with clear and cancel buttons. The software is free but to get it working you will be asked to setup a payed account."; fDesc[11] = "contact with your friends and relatives which are staying abroad. One of the important features of this smart tool is that it does not charge any connection fee or any hidden charges."; fDesc[12] = "using your broadband Internet connection. It is easy to install and there is no configuration required, it only asks for your Callcentric“s username and password."; fDesc[13] = "It has a nice looking interface with all the basics: contact book, call history, keypad, private contacts book, a search tool to find new contacts, and a personal profile."; fDesc[14] = ", conference. It allows video calls, multiple lines, has a phonebook and a recent calls log. Support for Windows 2000/XP/2003/Vista, Windows Mobile 5/6, Nokia S60 3rd FP2."; fDesc[15] = "telephone-shaped interface with basic features, no conference, transfer or additional configurations for power users. In order to use it, a paid account is required."; 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 = '...'; } }