var fDesc=new Array();
fDesc[1] = "can share their photos as well as presentations easily with some cool effects like animated 3D avatars. Thus, it is a very useful tool while chatting.";
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] = "your web camera output. The program can replace the video output from your webcam with any other video clip or even with images from your computer.";
fDesc[4] = ", there are many other uses for it, screencasting being the most notable of them. Debut allows you to record your screen as if you were recording a webcam feed.";
fDesc[5] = "audio and video. You may capture your video footage directly, using a web-cam attached to your computer. You may then edit the audio and video tracks of this media file, separately and independently of each other.";
fDesc[6] = "Live! Cam webcam by Creative Technology,Ltd. Creative Photo Manager user's interface to create and print our own calendars.We can have fun customizing the calendar provided by selecting different photos, images and layouts.";
fDesc[7] = "site. The purpose of Timershot is to take pictures using the web cam installed in the system, at specified time intervals.";
fDesc[8] = "burn, convert, split and merge: AVI, MPEG, MPEG 1, MPEG 2, MPEG 4, VCD, DVD, SVCD, RMVB, RM, WMV and any most used video formats. Color7 Video Converter will enable you to make faster and better encoding.";
fDesc[9] = "Burn are all supported by this powerful tool.";
fDesc[10] = "cam. This amazing application facilitates capturing photos and videos of everything displayed from your web cam. The application also allows you to view pictures, videos, create and manage albums.";
fDesc[11] = ", creates and modifies ZIP files quickly and easily.";
fDesc[12] = "WMV movies to disk or email. A year of video capture fits in 100GB. Also works as FTP and HTTP webcam.";
fDesc[13] = "Video feed' feature and the 'motion detection' feature you will never need to use any other cam software";
fDesc[14] = "program also supports taking snapshots from bitmap or JPEG files from different mobile devices. The application supports the most popular video files, including AVI, WMA, MPEG, FLV, SWF and so on.";
fDesc[15] = "or even a webcam), the application will allow you to start an intruder alarm on your system. From the second you add the video source, CC-CAM will start analyzing the image and it will show you how much sensitivity it has achieved.";
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 = '...';
}
}