var fDesc=new Array();
fDesc[1] = "unnecessary elements (foreign language audio or subtitles, extras, additional footage) from the target DVD or just by compressing the existing contents. After setting the desired parameters, you can record your new DVD, or backup it to hard disk.";
fDesc[2] = "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[3] = "Entertainment, produced by 3D Realms and published by Gathering of Developers The development of the gameplay is through levels or stages, with cinematic sequences interruptions in which the player does not intervene and just watches the action.";
fDesc[4] = "audio, text, insert both visual and audio effects, and finally export sequences in almost any format. Its choice of built-in tools will allow you to edit your pictures, your audio clips, your video sequences, and create new ones!";
fDesc[5] = "all the tension and the entertainment of the film. First-person action sequences blends with third-person components, in your trip through the Skull Island (almost all of the game action take place there) you are both, Jack Driscoll and King Kong.";
fDesc[6] = "allow you to trim and crop the video image, to merge FLV files, to add effects and watermarks, and many more. Besides, its conversion capabilities allow you to export your FLV files into many different media formats.";
fDesc[7] = "software so it's often used by scientists to convert output from high-speed imagers to video.";
fDesc[8] = "and with great speed. It does this by providing a variety of methods which keep the interest of the user, including lessons involving simple key sequences for beginners and full paragraph writing practice, based on the \"Alice in Wonderland\".";
fDesc[9] = "create professional morphing sequences with little effort. The program warps individual images and creates digital movies (in AVI format) or saved image sequences by morphing between frames. You can also rotate, resize, and twist images for custom effects. You can also combine several separate morphs into a single movie, with motion and transparency effects. It comes with a built-in AVI viewer. WinMorph supports BMP, JPG, MPEG, AVI and MRF file formats.";
fDesc[10] = "with sequences of JPG and BMP images or photos from your digital camera.";
fDesc[11] = "repeating contiguous frames or mixing their intenseness values (\"Blending\"). Instead MotionPerfect uses a motion compensated interpolation and morphing algorithms. This method produces much higher quality motion effects. MotionPerfect?s most important functions are: Generation of high quality slow and fast motion video Change and conversion of frame rates (NTSC/PAL conversion) Filling gaps in video by insertion of new interpolated frames Analysis of the internal components of an AVI video file to display dropped frames and existing gaps in the video Elimination of undesired sequences Change of compression Side-by-side view to compare original and edited video";
fDesc[12] = "as keying. It works very well with video files, image sequences and single images. It supports up to seven different keying methods such as color difference keying, hue keying, detail keying etc.";
fDesc[13] = "never miss any of them. To create an event you double click on the day you want or go to the event tab, and complete the different fields that include subject, location, label, start and end time, task status, etc.";
fDesc[14] = "Cleaner, and Video Slice convert their output to sequences of images instead of video clips. It also presents a stand alone tool to convert video from many different formats to sequences of JPG, BMP, or GIF images.";
fDesc[15] = "on how to perform the excercises, as well as Flash-animated sequences showing each one of the 22 Yoga postures. You must have Flash player installed in your computer or PDA for viewing correctly those sequences.";
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 = '...';
}
}