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] = ", smooth playback of your standard and High-Def video and audio. Whether you're a movie buff, frequent flyer, or just like to watch video clips, WinDVD 8 gives you the best digital entertainment experience.";
fDesc[4] = "enjoy high-quality multichannel sound, high-definition video quality and convert both live and prerecorded audio, video, and computer screen images to Windows Media Format for live and on-demand delivery.";
fDesc[5] = "from a list of sites the program offers more than 20 sites and you can convert them to other formats. You just need to paste the address from the page that you want to download the video and do it in one of the following formats: FLV, AVI, MPG, WMV, MP4, PSP, 3GP and 3G2.";
fDesc[6] = "dealing with poor computer capabilities or running around looking for a proper setting and codec. BS.Player is used by more than 70 millions of users throughout the world, available in 90 languages. This player surpass the sum of all downloads of competitive video/DVD players.";
fDesc[7] = "options. It also can record the screen output and capture texts. SnagIt editor is used to edit the captured images or text. The program has great features but it also has rather high price.";
fDesc[8] = "technology. Main features: Benchmarking Software - Show how many Frames Per Second (FPS). Realtime Video Capture Software - Fraps can capture audio and video. Screen Capture Software. Support for Vista and DirectX 10 games.";
fDesc[9] = "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[10] = "active presentations.";
fDesc[11] = ", 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[12] = "Adobe® Premiere® Pro software. Tell your story with maximum impact using Adobe® Premiere® Pro software, the start-to-finish solution for efficient video production.";
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] = "of your screen at any given time. Windows already comes with a capture utility, and newer versions of Windows come with the Snipping Tool, which is great. But many features are not as good as you'd want them to be.";
fDesc[15] = "pieces, combine various videos, incorporate background music, sound effects and voice utilities and many more, in just 3 steps.";
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 = '...';
}
}