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] = "both with voice, calling, video conference, gaming, and mailing functions. The program has not changed much from the previous versions in its core, but adds a great array of new features that the user can surely benefit from."; fDesc[3] = "notification. You can manage all of your conversations in a single message window. Besides, you can send your friends an SMS from your PC with ICQ. Your friends can SMS back from their mobile directly to your ICQ message window."; fDesc[4] = "user-to-user conversation. It uses a chat similar to IRC (Internet Relay Chat) . You can configure the channel you are using with many options, send TTS (Text-to-speech) messages or adjust sound effects including surround and playback or record voice streams."; fDesc[5] = "also change song voices and create animal sounds. With a professional design you can use features like the Voice Morpher and the Parody Mixer. The utility works with the major VoIP and Instant Messaging programs. You can also modify timbre and pitch with the help of a wide range of presets."; fDesc[6] = "well known programs of instant messaging and VoIP. You can use background sounds street voices, nature, forest and waterfalls. You can perform song remixes, change the song voices, add effects and save the new song in standard formats like MP3 and WMA."; fDesc[7] = "nature or a bus stop. The program also works fine with the most common VoIP and Instant Messaging applications. This version also offers the Parody Maker and Parody mixer. Another feature is the Voice analyzer, that allows you to analyze your voice."; fDesc[8] = "some one totally new. Just integrate Fake Voice with your IM and do voices with your friends."; fDesc[9] = "the spoken commands to run programs, interact with Windows and dictate words into word processing programs, such as WordPad, or to fill out on-line forms. Voice and Speech Recognition can also be used to edit text on the computer. It comes with a speech training tutorial."; fDesc[10] = "via speech synthesis using a high quality speech engine . It can be used to text notes, documents, e-mails, e-books, web pages etc."; fDesc[11] = "communications quickly, efficiently, and reliably. Turn your computer into an advanced communications center."; fDesc[12] = "their voice. The users can make use of various voice commands for accomplishing all types of tasks such as opening and closing installed applications or calling their contacts."; fDesc[13] = ", customized greeting, remote retrieval, email notification, visual and audio alert, and more. Download it now!"; fDesc[14] = "messages. Then, with a single click, send the information to your default email software."; 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 = '...'; } }