var fDesc=new Array();
fDesc[2] = "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[3] = "from Creative, that includes the webcam console ( basic webcam usage), webcam center (basic and advanced usage) or webcam central (replacement for webcam center) and Creative livecam application (animated avatars)";
fDesc[4] = "With Dell Webcam Center, you can perform photo and video captures or perform advanced tasks such as remote monitoring, motion detection, and time-lapse video capturing.";
fDesc[5] = "online video chatting, simple video creation, still image capture and exporting, automatic video monitoring (motion detection), and a variety of other functions.";
fDesc[6] = "through frames, effects, and themes. This incredible program launches automatically when you start a video chat with any of your favorite chat clients, so you can apply fun effects simply and easily.";
fDesc[7] = "resolution and picture adjustments. Tray Icon enables user to launch the application and set it to mini-mode. Picture Slideshows can be created using the Stitch-Video feature.";
fDesc[8] = "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[9] = "our favorite software’s to proceed with video calls, take pictures, create our own videos. The program provides options to configure the saturation, brightness, contrast, gamma and others.";
fDesc[10] = "as ducks, flags, clouds, and many more. Also, you can reverse the colors, solarize the image, apply effects and so on. The options are endless and if you find that the preloaded choices are not enough, you can always download more.";
fDesc[11] = "yahoo. When we open the program we find a clean and simple interface, in it we can open files for show them the video and this give the illusion that we are on live but really we are passing a video or image.";
fDesc[12] = "chatting. It enables you to record your webcams, streaming video, video chat, instant messages, and record audio from any source including line-in, microphone or speakers. It only works with MSN Messenger, Windows Live Messenger.";
fDesc[13] = "you are using a microphone or have a built-in microphone in your web cam. The trigger alerts can be customized, and you can configure the program to record audio and video when an alert is triggered.";
fDesc[14] = "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[15] = "screens, or part of a screen to a video file in AVI or WMV formats. You can also record sound with the video using a microphone or directly from the speakers, so now you can record your conversations with friends and save those memories forever.";
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 = '...';
}
}