var fDesc=new Array();
fDesc[1] = "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[2] = ", 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[3] = "and images to create slideshows with background music - there are numerous transition effects templates that we can add to our projects. We can adjust the output options, choosing between creating a flash file or making a gift, a presentation CD or DVD.";
fDesc[4] = "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[5] = "slideshows with your own photos. The application features a nice and intuitive user interface that includes most of its main options in a single pane. You just have to select the images you want to include in the slideshow, select the style, change the desired options and you are ready to go";
fDesc[6] = "files, intros and ads in a few steps without any graphic design knowledge. The user interface is really simple and intuitive with only one window and multiple tabs, although not very attractive. To create any object you just need to follow the offered steps.";
fDesc[7] = "Here they come with another such software product called SWF Banner. SWF Banner is a Flash banner and introduction creation software. SWF Banner enables users to create highly creative Flash banner or presentation or introduction movies in very few minutes.";
fDesc[8] = "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[9] = "media but in an easy way, with no advanced knowledge required. It integrates a wide variety of effects and templates ready to be used and customized so it suits everyone's needs.";
fDesc[10] = "one easy to use package offering you cleaner browsing and peace of mind.";
fDesc[12] = "dragging and dropping the mouse. New version is available for you to add text and pictures (JPG,PNG,GIF).";
fDesc[13] = ", Logos, Banner Ads and Slideshows for your Website. Make dynamic presentations: Panning, Fade-in, Fade-out, Transitions, etc.";
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 = '...';
}
}