var fDesc=new Array();
fDesc[1] = "of registered users, you'll find that Camfrog Video Chat is a fast, fun, easy to use video chat community. Enter a chat room, create one or search for new friends and read, listen and see what they're up to!";
fDesc[2] = "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[3] = "pack more punch. Which makes you look even smarter, too. - Record whatever you want, right now, at any size. Decide how to use it later. - Edit and Enhance to clarify and amplify your message. - Share your creation anywhere, in multiple formats.";
fDesc[4] = "creating multimedia messages to be sent via your mobile. The tool allows you to easily get through with creating and handling of messages with images, video and audio clips.";
fDesc[5] = ", which will lead to an increase in the selling rate of your photos and work. The program gives you the ability to create, manage and organize an album easily by a 3-step quick start wizard to guide new users opening a folder of images.";
fDesc[6] = "latest technology to chat with AUDIO and VIDEO, and enjoy a free trial of x-Treme video service when you sign up!";
fDesc[7] = "any source which can be detected by your computer. It supports USB and Firewire connections of TV tuners, video capture cards, DV, web cam, and many portable devices. It also allows you to take snapshots from your videos.";
fDesc[8] = "level. NetOp Remote Control is composed by two modules: Host and Guest. The computer with the Host module installed is the one being visited or controlled by the computer with the Guest module installed.";
fDesc[9] = "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[10] = "mainly to make printing jobs easy, it includes a number of basic but useful editing functions that will enhance your digital photos in seconds. It will also import your videos and create screenshots that you can later edit and print just like any other image in your library.";
fDesc[11] = "images (BMP,JPG,PNG,GIF...), sounds (WAV,MP3,MID,RMI,WMA), movies (AVI,MOV,WMV,MPG,RM), animations (Shockwave Flash, AutoDesk Animation) and web pages.";
fDesc[12] = "HTML documents will allow you to create e-books containing text, images, hyperlinks, bookmarks, audio, video, and so on. The result is a self-executable file that wraps up and protects the content - a compact format that is both easy to distribute and easy to open.";
fDesc[13] = "frames suitable for any mood and occasion -- holidays, birthdays, roadtrips.";
fDesc[14] = "almost everything using the well-known Windows Media Player. Play live video streams of news, concerts, special events and more. Would you like to play all your favorite MPGs too? Well, it will play not only MPGs, but also AVI, ASF and WMV movie files.";
fDesc[15] = "worth using this special software. With this exclusive program you will be able to create and edit your own image data (from Digital Still Camera or Digital Video Camera and etc.) on your home computer for the further transfer into the system.";
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 = '...';
}
}