var fDesc=new Array();
fDesc[1] = "Internet performance and more. It provides a categorized collection of tools and utilities, including a disk cleaner, registry scanner, startup manager, uninstaller manager and more.";
fDesc[2] = "them. We can upload our images via FTP and we can upload our images to imageShack. The program lets us add texts too and save our work in different ways (create an HTML link code, mouse-overs, a banner ad rotator, etc.).";
fDesc[3] = "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[4] = ", 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[5] = "the click of a button, from NavBars with menus to animated banner ads.";
fDesc[6] = "It can print standard format (A0, A1 A2) poster or custom big poster. Make a great poster yourself!";
fDesc[7] = "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[8] = "comes with multiple options and features that will give as a result a professional-looking banner. Plus it outputs in three formats: Flash, HTML and GIF. The program is simple and does not require the user to have Flash or HTML skills.";
fDesc[9] = "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[10] = "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[11] = "banners are built from still images that are, in turn, created from another programs (MS Paint BMP or GIF) and this application will put them together and make them work as an animated GIF or banner.";
fDesc[12] = "supplied templates (over 300 examples). Static or moving text can be inserted. Background can be replaced, size can be changed, movie clip insertion and re-location, effects to apply can be selected, etc. As a GIF resulting file, the output can be added to a web page.";
fDesc[13] = "banners will make your website successful and will attract new visitors.";
fDesc[14] = "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[15] = "This software has a very user friendly interface by which it guides the users to select the font, color and the text they want to be in their banners.";
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 = '...';
}
}