var fDesc=new Array();
fDesc[1] = "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[2] = "a lot, and easily. In this case, the game has little to nothing to do with the Tom Clancy world. You are given hints that you are indeed in the timeline portrayed in several other TC games, but that is it.";
fDesc[3] = "complete DVDs, with menus, titles, subtitles, audio and video. The process implies that you drag and drop audio, video and subtitles onto a timeline. You can also select subtitles for each movie and alternate audio streams.";
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] = "the extracted sound clip to MP3 format it is very easy to use. Just open the desired MP3 file, point to the starting point in the timeline and then select the part where it stops (ending part) and finally click on save to save the selected audio.";
fDesc[6] = "pieces, combine various videos, incorporate background music, sound effects and voice utilities and many more, in just 3 steps.";
fDesc[7] = "movement paths. Text effects with Unicode, high-definition WMV output, timeline with any number of tracks. Includes Barbecue.";
fDesc[8] = "and audio. It includes two preview windows and a timeline to make your editing tasks easier. You can add video effects, transitions, background audio, etc., and export your project to your favourite portable device or in a format suitable for burning to disc.";
fDesc[9] = ", can play on virtual instruments and percussion sets, records her/his own voice, combines the different parts as blocks to be aligned and applies multiple effects to the timeline.";
fDesc[10] = "cool library of ready-to-use Flash content, MotionArtist is the Flash animation solution for everyone, from first-time Flash users to advanced Flash designers. MotionArtist Features Script Free Flash ActionWith MotionArtist, point-and-click button features replace the complicated scripting typically required for Flash animation, putting interactive banners, navigation buttons, menus, and photo albums right at your fingertips! Built-in Animation Effects Built-in animation effects add life to your artwork. Easily animate banners, share photo albums, stylize webpages and presentations. Templates & Wizards You already know how to use them! MotionArtist's wizards and templates lead you step-by-step to building your own outstanding web pages, banners, and digital photo albums! Intuitive User InterfaceDrag-and-Drop functionality and a colorful, editable timeline make Flash creation a snap!...";
fDesc[11] = "individually. Creativity with no limits, even if you want more. Use multitrack timeline, animations, music, text effects, ken burns and movement paths.";
fDesc[12] = "timeline is ready for presentation, once you've input your data entries in the Event Entry tab. You can also import your data from other applications.";
fDesc[13] = "can make impressive banners, cool GIF animations, and animated AVI videos. The user interface (GUI) of this software is simple and allows you to create your animation with a few clicks.";
fDesc[14] = "option. MySlideShow automatically calculates slide intervals dividing the background playlist length by the number of slides. If you want to define your own slide transition points on the timeline of the background playlist, use the Timeline Editor included in MySlideShow Gold. You can play the music, drag slides on the timeline or select a slide group and automatically allocate them on a part of the timeline (for example: a song in the playlist). The synchronization options and Timeline Editor allow you to create a slideshow which advances the slides in the same points in the preview/.exe mode and output video files or DVD discs.";
fDesc[15] = "exact hour! Watch the time scroll by on this neat strech on the traditional clock. And gradually you will get used to the idea that a thin red line actually shows the exact time.";
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 = '...';
}
}