var fDesc=new Array();
fDesc[1] = "play DVD also. One feature to be noted is that there is a built-in converter that can convert many media files to AVI or DIVX. \"AVI Doctor\" in the \"Setup\" page can repair AVI files that have been damaged probably by a P2P download that hasn't been 100% completed.";
fDesc[2] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds";
fDesc[3] = "program is very complete but it is easy to use. You can be an expert on software but you will find this program very complete and useful. If you are a beginner, the program's interface will seem really easy and you will have no problems by using it.";
fDesc[4] = "your webcam image. You can then use those effects with any instant messenger. Since you are modifying the webcam feed itself, the image will be the same on every messenger. You modify it directly from the application, and not the messenger window.";
fDesc[5] = "the finished page will look exactly the way it was designed. All you have to do is to point and click on desired functions, creating a web page without learning HTML.";
fDesc[6] = ", Mov, Flv and all other popular video and audio formats (Mp3, Wma, Ogg, Mpeg-1,Mpeg-2, etc.) as well as DVDs, CD Audio and Swf Flash Files. It can play even DivX files, with or without subtitles.";
fDesc[7] = "to make fast edits and intuitive, task-based tools to clean up recordings, polish voice-overs, customize music, modify sound effects, apply high-quality filters, and much more.";
fDesc[8] = "(SWF) into different video formats such as AVI, MPEG, MP4 and many more. Using this software, you will be able to convert your files so that you can later play them in almost any mobile device such as iPod iPhone, mobile phones, PSP player and more.";
fDesc[9] = "can use in texts on your web site, add a link, modify the colors, text, and size. You can also create a banner or an introductory page.";
fDesc[10] = "interface has transparencies effects, in a Vista fashion. The game rules are that of the regular solitaire that´s included with Windows.";
fDesc[11] = "variety of audio and video files, including VCDs and DVDs. This application is a little different from other video players because it has some video editing tools that will let you modify some aspects of a video, its color, rotate images, etc.";
fDesc[12] = "quick, and you can create your flash album or flash movie just by few clicks - so even a normal user who doesn’t know anything about flash development can easily use this software to create flash album or flash movie. Its user friendly interface will not bother anybody.";
fDesc[13] = "aquatic world. This exotic screensaver brings to you lively scenes of the aquatic world in an animated mode. The screensaver spreads a relaxation effect with its animated images of the most beautiful living nature pictures from the depth of the sea.";
fDesc[14] = "movies, edit or replace images and text, convert between SWF and EXE file formats. Decompiling Flash movies is easier than ever!";
fDesc[15] = "dragging and dropping the mouse. New version is available for you to add text and pictures (JPG,PNG,GIF).";
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 = '...';
}
}