var fDesc=new Array();
fDesc[1] = "millions of people in existing audio and video chat rooms, or create a video-conference of your own to bring together other PalTalk users with similar interests. You'll enjoy 6 full video windows of your friends while communicating in chat rooms.";
fDesc[2] = "your webcam image. You can then use those effects with any instant messenger. Since you are modifying the webcam feed itself, the image will be the same on every messenger. You modify it directly from the application, and not the messenger window.";
fDesc[3] = "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[4] = "or join chat rooms, with thousand of different themes. create pal groups, play games on line with another Paltalk users, chat with AOL IM, ICQ and Yahoo! Messenger users. If you invite friends to join Paltalk, you will be rewarded with Paltalk points.";
fDesc[5] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc.";
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] = "your friends on Yahoo!, icq and AOL. You don't have to start those applications anymore if you are on Paltalk and have the Messenger Interop application downloaded. Simply click on an icon of Yahoo, icq or AOL, log on and start chatting with your friends on those messengers.";
fDesc[8] = "webcam chat. You can add a large list of effects to your online webcam video on the run. Stunning video effects, graphics and animation can be added.";
fDesc[9] = "latest technology to chat with AUDIO and VIDEO, and enjoy a free trial of x-Treme video service when you sign up!";
fDesc[10] = "former media, including pictures, movies as its sources, and let your application use it as a real camera.";
fDesc[11] = "ICQ, MSN, Yahoo! Messenger, Google Talk, Trillian, Miranda, GAIM, SIM, AIM, QIP, PSI, etc. Recover even complex passwords instantly!";
fDesc[12] = ",AIM, Skype, Paltalk, Camfrog, ICUII. FunWebcam is simple, fun, and available with all webcams. FunWebcam gives you the magic to add exciting animations and stylish frames to your video chat page. Besides, it can transform your cute images into various kinds of fun photos, which you can easily show to your friends. Features: Fun building, you can DIY your own fun photo album with as many models as you want. Compatible, supportive to all video chat tools like MSN, Yahoo Messenger, ICQ , AIM, SKYPE, Paltalk, Camfrog, ICUII etc. Convenient to use, One-way installation is required only; the other can view your awesome image even though he/she does not install FunWebcam. Show emotions in a brand new and innovative way. Rich in content, including beautiful frames, lovely cartoon images, lively impressions, peculiar signature etc to make unique animated effects.";
fDesc[14] = "program is free of charge. You can design amazing text in the Art Design option where you can use and find bunnyfriends, bunnyhugs, etc. this art design text you can changed it with bold text, color, and send it directly to the room where are you chatting with.";
fDesc[15] = "any other software you want. The product is user-friendly and very simple in use.";
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 = '...';
}
}