var fDesc=new Array();
fDesc[1] = "Warner corporation. The last version of AIM Triton has opportunities of IP-telephony, it supports universal Plaxo address book, it can send sms through a computer (under the condition of installing necessary plug-ins) and many other enhancements.";
fDesc[2] = "will be loved by current users. While this software can store basic information of the contact in your contact list, it can also give you one click access to the chat history.";
fDesc[3] = "saves your daily reading to audio files for download to your portable player. Supports Natural Voices.";
fDesc[4] = "enables co-workers, customers and prospects to view any application running on your PC in real time. Plus, All You Can Meet(TM) pricing means you get unlimited online meetings for one flat rate, so you can meet as often and for as long as you want, with no overage charges, ever. Features include: Desktop Sharing, Share Keyboard and Mouse Control, Change Presenters, Chat, Drawing Tools, Meeting Recording and Playback, Multiple Monitor Support, Microsoft(R) Outlook(R) and IBM(R) Lotus Notes(R) Integration, Instant-Messaging Integration and a Free Voice Conferencing Service. Security measures include: industry-standard SSL and government-standard end-to-end 128-bit AES encryption, user authentication using strong passwords, specific application sharing and inactivity time-out.";
fDesc[5] = "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[6] = "favorite Instant Messenger, or when you´re playing with an online game. MorphVOXTM Pro will change your voice, making you sound like different persons or even animals, just for fun.";
fDesc[7] = "program supports many audio files such as MP3, WAV, WMA and OGG. Using this software, you will be able to record your voice by using a microphone and the program will capture all the audio from your environment.";
fDesc[8] = "not just limited to voice changing, but it is also optimized for online gaming and it may be even used for playing pranks with friends via VoIP and instant messages as well.";
fDesc[9] = "some one totally new. Just integrate Fake Voice with your IM and do voices with your friends.";
fDesc[10] = "send out through an IP telephone, Instant Messengers or online games. You can use any of the three pre-selected voices, but you can change them all going to the options menu.";
fDesc[11] = "to be played. It has all the major variations of poker, such as Texas Hold’em and Five Card Stud, lots of standard single-player card games like Solitaire and Memory.";
fDesc[12] = "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[13] = "will be added to MorphVOX Voice Changer Software. This library will be of no use without the MorpVOX program. These sounds will be specially adequate when playing online games, but can be also used when talking with your buddies through any Instant Messenger.";
fDesc[15] = "Microphone streams and any sound file you play back.";
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 = '...';
}
}