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] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera."; fDesc[3] = "of use, it comes packaged with Nokia phones. This version comes with many features like backup, synchronizing, etc .. and new features like the 'Video Manager' , 'Image Store' etc."; fDesc[4] = "(landline or mobile). It provides a good service at good rates, but they depend on the country the call is made to. A PC with internet connection, headphone and a microphone are required."; fDesc[5] = ", Live Radio, Astrology, Forex, Movies, Pets, Recipes, Sports for your complete entertainment, information and communication."; fDesc[6] = "computer as internet telephone, USB phone, ISDN phone, answer phone, fax, voicemail, callerID, conferencing, etc"; fDesc[7] = ", VCD, and VOB from many devices. The supported devices are AVI, MP4, PSP, 3GP, 3G2, FLV, MKV, WMV, ASF, MOV, QuickTime, MPEG, RM, VCD, and so on."; fDesc[8] = "make phone calls to landlines or cellphones, with lower fees than the charged in regular calls. WengoPhone 2.1.2 can be installed in English or French."; fDesc[9] = "numbers, business phone numbers, reverse search like \"whose phone number is this?\" or \"what businesses are at/on this address/street?\", search for toll-free phone numbers, maps, search for area codes, zip codes, weather conditions and forecast."; fDesc[11] = "entertainment."; fDesc[12] = "model.Originally developed as a Nokia to Motorola converter, hence the name 'polyphone tone Converter'"; fDesc[13] = "is easy to use. All you need to know is the other person IP address and you can connect to them and start talking over the internet for free."; fDesc[14] = "track of multiple schedules and organize customer information in one easy-to-use, electronic appointment book."; fDesc[15] = "create. Open your favorite files, letters, templates, help files, text files, anything.Automate functions like Windows..."; 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 = '...'; } }