var fDesc=new Array();
fDesc[1] = "worms, blocks adware and spyware. It also scans - files in real-time and on demand, email messages that can contain harmful content, Internet traffic, and java and visual basic scripts. It also provides protection for your messenger applications like ICQ and MSN.";
fDesc[2] = "any photo, edit it and animate it using effective and easy tools. You can create animated pictures, screensavers, banners and buttons in no time.";
fDesc[3] = "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[4] = "profesional-looking documents from geetings cards, booklets to posters, banners and much more… With its table tool you can design stylish, high-impact tables and position them precisely in your documents. It´s very simple to present data and information.";
fDesc[5] = "features needed in order to create and design print projects; iron-ons, flash cards, photo albums, even skins for iPod players. With PrintMaster Gold 17.0 users are provided with over 17,500 pre-designed project templates, (7,500 more than in the PrintMaster Silver edition).";
fDesc[6] = "cards and albums easily and quickly. It is a combination of PowerPoint and Flash-making software, which has the ability to make a flash presentation. It is very user friendly, easy to learn for beginners as well. In addition to this, it has many other interesting features";
fDesc[7] = "intuitive and easy to use. No skills are necessary for starting the job, but the options and possibilities make this application suitable for beginners and experts.";
fDesc[8] = "the click of a button, from NavBars with menus to animated banner ads.";
fDesc[9] = "combine and manipulate text, images, shapes, and sounds to create Flash movies. 5 stars from PC Magazine.";
fDesc[10] = "Using this software, you will be able to add different effect to any word you type on the program's main window. You will be able to add 2D and 3D headings. to modify web graphics, banners, presentations, banners and more.";
fDesc[11] = "banners, presentations, websites, menus and slideshows with flash content along with other useful online applications.";
fDesc[12] = "version provides unique tools for creating \"trick banners\" (with simulated Windows controls), which generally have the highest click-through rate";
fDesc[14] = "applications with animated banners or gif files, as well as capturing the snapshots from video files. The application allows the user to easily capture frames from video and turn them into treasured photographs.";
fDesc[15] = "banners will make your website successful and will attract new visitors.";
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 = '...';
}
}