var fDesc=new Array();
fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[2] = "any significant changes, except, perhaps, a couple of bug fixes from the previous entry in the franchise and some improvements in the voice calling system.";
fDesc[3] = "a few minutes. This incredible application features a very intuitive and user-friendly interface that enables you to turn ordinary videos into works of art in just a few steps.";
fDesc[4] = "active presentations.";
fDesc[5] = "Premiere Elements. This extraordinary program has incorporated plenty features that will help you to create your own motion. It has also its own templates, elements that will definitely help you to create and innovate a special motion.";
fDesc[6] = "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[7] = "Corel VideoStudio is software that is filled with a lot of “deliciousness’s and various beautiful things. As any other program of Corel this program distinguishes by its user-friendly and intuitive interface and inimitable style. You will be surprised how easily and quickly you can create your own home video with professional results!";
fDesc[9] = ", Camcorders, and Network IP cameras. The program broadcasts captured content from your computer or uploads it to FTP server. Broadcasting can be viewed using any Internet browser; no plug-ins or downloads required. The program performs simultaneous recording and broadcasting from unlimited number of cameras. Your camera/cameras can be used as surveillance system. When the program detects motion in the monitored area, it sounds alarm, e-mails you captured images, starts broadcasting, or records video. Live broadcasting as well as recording can be password protected that all video and audio are scrambled and cannot be watched without valid password. The program has features to place image overlays and date/time stamps, adjust picture size/quality, and Pan/Tilt/Zoom control.";
fDesc[10] = "Scritures and powerpoint presentations with the help of a video projector. It is a valuable tool that allows the user to save time while preparing a more appealing worship session.";
fDesc[11] = "few steps. This incredible program enables you to cut the unnecessary scenes, and create DVDs with menus or save it as MPEG-2 video on your computer.";
fDesc[12] = "publishing to YouTube and Silverlight Streaming. Capture live video from Webcam, Control your DV camera with the Buzz transport controls , Import video from DV camera to DV-AVI or MPEG-2 , Two editing modes (delete and keep).";
fDesc[13] = "monitoring software to help you produce superior-quality results from your video camera. Designed to run on a laptop or workstation, Adobe OnLocation CS3 gives you an impressive array of production tools to help you shoot better and faster while saving you time and money.";
fDesc[14] = "automatically search multiple Axis Video devices, set IP addresses, locate and display connection status and manage firmware upgrades. Also, it is capable of managing hundreds of Axis video devices and can be used in all sizes of installation.";
fDesc[15] = "scenes from DV tapes. You can build then tapes indexes from the captured scenes, that you can later import using the program to create video clips.";
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 = '...';
}
}