var fDesc=new Array();
fDesc[1] = "and 8 cm discs. In only 4 simple steps you will be able to design and print the complete artwork you need for both the disc and its jewel case. You can either print a CD/DVD label to stick on the disc or print directly onto its surface, using Labelflash and LightScribe technology.";
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[7] = "There's a choice from more than 450 (!!) text effects and over 80 other effects.";
fDesc[8] = "from over 200 customizable effects. Outputs Macromedia Flash FLA and SWF files, HTML, self-executables, and QuickTime movies. Work with your installed TrueType and Postscript fonts. Add multiple lines of text, and mix and match effects on different blocks of text in a single file. Add on click actions to launch web pages or load other SWF movies files. Save project files so you can work on your text effects later.";
fDesc[9] = "banners flash animation creation easy. It really achieves what it offers with a really low cost. If you are tired of Giff animators and doesnt have time to learn flash actionscripting, Swish Lite is for you.";
fDesc[10] = "a well directed wizard which carefully guides the users through a series of small steps in order to create a ready to use text scroller in flash.";
fDesc[12] = "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 = '...';
}
}