var fDesc=new Array();
fDesc[1] = "be used with pictures taken from digicam, hanycam, camcoders even web cam or any imaging device. This software by Canon supports BMP, FPX, JPG, PCD, TIFF and PNG file formats.";
fDesc[2] = "voice chat and web cam facility, and the sound and picture quality is similar to Yahoo's and MSN. It is also possible to send SMS to mobiles using the software, which is an additional feature.";
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] = "site. The purpose of Timershot is to take pictures using the web cam installed in the system, at specified time intervals.";
fDesc[7] = "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[8] = "their computers. With this program, you will enjoy the benefits of recording your favorite TV shows to watch them whenever you want on your computer in any media player.";
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] = "WMV movies to disk or email. A year of video capture fits in 100GB. Also works as FTP and HTTP webcam.";
fDesc[12] = "sessions, even without a real web cam. You could easily share your home made videos with your family or friends while chatting online.";
fDesc[13] = "and use your arms, legs, head or any part of your body. Total immersion guaranteed for the whole family.";
fDesc[14] = "Video feed' feature and the 'motion detection' feature you will never need to use any other cam software";
fDesc[15] = "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.";
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 = '...';
}
}