var fDesc=new Array();
fDesc[1] = "delivery formats to suit the new media, such as interactive PDF format or Adobe Flash. Indesign allows publishers to create and submit compositions for printing.";
fDesc[2] = "web page, and it has amazing and beautiful and realistic background effects. You can easily change font, text, color and layout, in a really fast way. You can preview your \"art\" in the movie preview window and increase or enjoy your banner! This program is made by Flash development.";
fDesc[3] = ", Flash slide shows, Flash banner, Flash AD and ecards in a very easy way. The program allows you to create different Flash intros that can be used in any websites and blogs.";
fDesc[4] = "sites. Mx-Fx 1.0 is easier to use than Adobe Flash; the trial version didn’t allow creating all the Flash effects that the software can make. The Mx-Fx 1.0 GUI (Graphic User Interface) is very friendly to use and you can start to create Flash effects immediately.";
fDesc[5] = "raised the text effect standards. FlaX comes equipped with 143 predefined effects, subdivided into 52 highly adjustable effects.";
fDesc[6] = "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[8] = "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[9] = "There's a choice from more than 450 (!!) text effects and over 80 other effects.";
fDesc[10] = "impressive animation for your websites or for other purposes. Presently it support only BMP and JPG image formats as an input image files. But for output it support Flash SWF and AVI video format including GIF file format.";
fDesc[11] = "program is very easy to use and it has a friendly and intuitive interface that will make things very easy to you.";
fDesc[12] = "create high impact menus, movies, presentations and export them as either Flash movies (.swf) or Java applets.";
fDesc[13] = ", light, etc. It's easy to create, use and customise the particle effects. When you are done with the creative part, then you can export the file as an image(JPEG/BMP/PNG), an AVI video, or a SW/FLV file.";
fDesc[14] = "When we open the program we can find thirteen buttons in the top toolbar, in the left side we can see the commands that we can add to our project and one window that shows the selected items.";
fDesc[15] = "user can tweak using sliders and buttons.";
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 = '...';
}
}