var fDesc=new Array();
fDesc[1] = "video files, including high-definition AVCHD. Author your videos, adding high definition disc menus and Dolby Digital 5.1 sound, edit and enhance your movies, and burn them to almost any type of disc. It also includes a suite of tools to copy, rip, and erase your discs.";
fDesc[2] = "user interface is built around a simple 4-step workflow comprising: Capture mode (to capture feed from different sources); Edit mode (Import Media, Trim, Fix/Enhance with Magic Tools, Add Effects) etc.";
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] = "Share your movies all over, on iPods, YouTube, or the new HD home theater systems, with full support for discs as AVCHD, Blu-ray and HD DVD.";
fDesc[5] = "several text tools to configure the aspect of the subtitle, and video editing tools that allow inserting dialogs in sync with the video. Also, it allows you to write subtitles directly or import them from a previously made subtitle file.";
fDesc[6] = "videos and photos; enabling the user to add titles, transitions, music, and special effects. The work done can be saved on DVD or be uploaded to the web.";
fDesc[7] = "it, then AVS Video Editor is one of the best options you could choose. This easy to use and powerful video editing tool will let you to import your home videos, sounds, images, create movies, apply many transitions and video effects, and even save your projects as professional DVD videos.";
fDesc[8] = "creation process. Real-time playback of your edits, nondestructive editing, and unlimited undo/redo make tweaking your videos a snap, while dockable windows and customizable keyboard commands let you personalize the interface for your work style.";
fDesc[9] = "it lacks many professional features and sophistication you may find in any paid application, Pinnacle VideoSpin really does a pretty good job compared with most free video tools.";
fDesc[10] = "video editions without recompressing or re-encoding the video. Although it is not at a professional level, it is more than acceptable for the needs of an ordinary user. It is especially designed for cutting parts of the video with support for multiple video formats.";
fDesc[11] = "easy to learn and use. It it not much complicated. This is a mid-range to high-end video editing tool. A PC configured with 1GB RAM is sufficient for running one tool at a time but if you plan to run multiple tools concurrently then I suggest you upgrade your setup to 2GB.";
fDesc[12] = "to edit MPEG files easily without re-encoding. This incredible program enables you to cut unwanted parts and remove TV advertisings from DVDs or video files recorded with various PVR, DVR and DVD camcorders while preserving the original quality.";
fDesc[13] = "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[14] = "VirtualDub is a video capture/processing utility for 32-bit Windows platforms (95/98/ME/NT4/2000/XP) , licensed under the GNU General Public License (GPL). It lacks the editing power of a general-purpose editor such as Adobe Premiere, but is streamlined for fast linear operations over video. It has batch-processing capabilities for processing large numbers of files and can be extended with third-party video filters. VirtualDub is mainly geared toward processing AVI files, although it can read (not write) MPEG-1 and also handle sets of BMP images.";
fDesc[15] = "cheaper than the average video editing application, but I guess the functionality isn't anything new, seeing that there are many applications that do the same.";
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 = '...';
}
}