var fDesc=new Array(); fDesc[1] = "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[2] = "accounts, such as Hotmail and Yahoo Mail. This program adds cool features for customizing your e-mail messages by adding stationery, emoticons and even voice messages."; fDesc[3] = "it feels and works absolutely great. There are many features that make this application a nice addition to Windows Live Messenger. The first of them is Action Text. Since Windows Messenger 8.0, new text messages have been added."; fDesc[4] = "instant and free downloading. Its setting up is very easy and quick. In the setting up process we can choose to install additional features such as AIM Tunes and QQ Games."; fDesc[5] = "obtain a free account at http://www.eyeballchat .com/download/register .php. Once completed your registration, you´re ready to go. The program´s modules are stackable, you can arrange them as you want, sticking their windows side by side."; fDesc[6] = "messages accidentally deleted from your mobile phone sim card. This incredible application retrieves all deleted contact numbers, unreadable messages and corrupt phone book directory."; fDesc[7] = "server, or optionally the built-in SMTP engine. You can view the status of all emails sent, and generate a report that includes failed or successful deliveries."; fDesc[8] = "attachment. This voice utility records voice messages and avoids typing short messages. Its GUI is simple and easy to use. There is no documentation on the software but is available on its website. JDVoiceMail works on Windows (32 bit) 95/98/ME/NT/2K/XP/Vist a platforms."; fDesc[9] = "multiple users chat and private-message exchange with offline messaging ability. The messenger can log all your messages to the log folder you choose on your computer so that you could find and read them whenever you need."; fDesc[10] = "end-user to do this, and they usually work good. However, companies tend to need different features that are not needed on end-user applications. UltraSMS is one of those business applications. It allows individuals to send short text messages (SMS) to operators worldwide."; fDesc[11] = "friends, family, colleagues, etc. Have a quick chat with text messages, and you can even send text messages to mobile phones (where service available). New features include Nudges and animated Winks to help you get attention or emphasize your point."; fDesc[12] = "you can surprise them! SeeYa! 2 will add voice and/or text comments to your slides and will create a compact self-executable or zip file that you can easily email to those you want to share your experiences with."; fDesc[13] = "It has a handy interface and can work with your e-mail client. Using this program you can send up to 20 000 SMS at a time, reply to messages or forward them to others."; fDesc[14] = "multiple recipients very quickly over the Internet from your computer. It is not necessary to know what their cell phone carrier is."; fDesc[15] = "screen. JOCR is the simplest of all the screen-capture software programs available in the software market. The main advantage of using the JOCR program is that JOCR can also help you in converting the captured image to text."; 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 = '...'; } }