var fDesc=new Array();
fDesc[1] = "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[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] = ", Flash (SWF and FLV), iPod, PSP, 3GP, etc.; editor; recorder; CD/DVD ripper; audio, video, data CD/DVD burner for DVD, VCD, and SVCD; and more.";
fDesc[5] = "Although my analysis of the applications I review can't really be thorough, I spend some time with each and every one of them. This application seems to work perfectly for the tasks I tested. It really allows you to do almost anything.";
fDesc[6] = "your hands to alter SWF files. You can simply modify or completely re-do your SWF movie even if you have lost the original FLA file.";
fDesc[7] = "pages into single executable files, and ultimately into working stand-alone Windows applications, which literally resemble a normal web browser.";
fDesc[8] = "required. Publish to the ubiquitous Flash format. Drop in sounds (MP3 or WAV files), images (PNG, GIF, JPEG) or Flash files (SWF). Create animations on any element in the page. Create page transitions with the click of a button. Now with fullscreen playback, auto-advance, sound sync and executable creation.";
fDesc[9] = "helps you create striking DVD and Blu-ray Disc titles and interactive web-based tours for film, business, training, events, and more.";
fDesc[10] = "extract all the shapes, sprites and images like data from it for further use. Additionally, you can see every detail of the flash video, like number of frames, frame rate (fps), resolution details and background color.";
fDesc[11] = "BMP format. Sounds are saved in MP3 and WAV format. Has a set of advanced tools.";
fDesc[12] = "materials into one bigger SWF file.";
fDesc[13] = "dragging and dropping the mouse. New version is available for you to add text and pictures (JPG,PNG,GIF).";
fDesc[14] = ", you will be able to capture the source code of any ActionScript, save it in a text file. It is a multiplatform application which will include Linux soon.";
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 = '...';
}
}