var fDesc=new Array();
fDesc[1] = "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[2] = "from your DV camcorder or from a VHS tape (if you have the right connectors); or simply capture video from a webcam, or anything that is connected to your computer. AVS Video Recorder quickly detects which connection is showing video and it auto-selects it.";
fDesc[3] = "it be cool if you could have all those necessary tools grouped in just one simple suite? Movavi VideoSuite is exactly that, a complete video suite where you will find six essential tools to work with videos on your PC.";
fDesc[4] = "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[5] = "schedule TV recordings. This incredible program enables you to watch and record TV programs to your PC from any sources like satellite, TV and DVB cards and digital cameras.";
fDesc[6] = "its key features. With the help of this powerful screen recording and video capturing tool you can work miracles. This must-have tool for all software designers and developers comes in a comfortable file size and economical package.";
fDesc[7] = "can extract pictures from most popular video format file, as it supports WMV/ASF/ASX/WVX/WM/WMX /RA/RM/RMS/MND/RAM/MPG /MPEG/RMM/R1M/MP2/DAT/ AVI/FLV/VOB/MOV/QT.";
fDesc[8] = "Printing and ... Thousands of Photoshop";
fDesc[12] = "to use Digital Video Recorder software for video recording purpose including audio and video options.";
fDesc[13] = "formats like DVD, mpeg, quicktime, Subtitles and so on. It provides many video and slide effects along with automatic face tracking.";
fDesc[15] = "recording software at www.easyscreencapturev ideo.com";
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 = '...';
}
}