var fDesc=new Array();
fDesc[1] = "Flash players, Flash Templates, video effects and background music. It allows you to select DVD subtitle and language.";
fDesc[2] = "very compact Flash tool based on a wide range of Flash templates. The unique thing about Anim-FX Flash intro and banner builder is that the positioning of the text and the number of text lines is flexible.";
fDesc[3] = "combine and manipulate text, images, shapes, and sounds to create Flash movies. 5 stars from PC Magazine.";
fDesc[4] = "of Flash websites, HTML websites and Flash presentations.";
fDesc[5] = "users to create flash websites or flash presentations for MS Windows that they want to. The program has many advantages and features that make it comprehensive and simple to work with. For one, there is no design or coding knowledge needed.";
fDesc[6] = "more. We can handle any kind of flash contents and we can create 3D buttons, 3D slideshows, button bars, news readers, Multilevel Menus and more. With the help of this program we can also create flash navigations, flash intros, 3Dflash, flash slideshows, flash banners and HTML websites.";
fDesc[7] = "and horizontal flash menu headers, a large number of flash templates and flash menu buttons are already included in it. You can select the template of your choice and customize it the way you want.";
fDesc[9] = "know much about web development. All you need for achieving great results is typing skill. The application includes a rich collection of templates that can be used for creating your own flash menu.";
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 = '...';
}
}