var fDesc=new Array();
fDesc[1] = "program is very complete but it is easy to use. You can be an expert on software but you will find this program very complete and useful. If you are a beginner, the program's interface will seem really easy and you will have no problems by using it.";
fDesc[2] = "online, this is the perfect software to use. The whole process of creating album is simple and easy. No experience necessary for handling HTML or FLASH tools used in this software.";
fDesc[3] = "prior knowledge about web programming or any coding in XML or Flash. It is very simple and requires only a few clicks to create fascinating slideshows in seconds.";
fDesc[4] = "program comes with a lot of great flash tools that will allow you to perform different actions. Using this software, you will be able to download Flash files on any website.";
fDesc[5] = "subdirectories for Flash, create and view thumbnails for SWF and Projector EXE and see file information directly in your Explorer";
fDesc[6] = ", 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[7] = "software you will be able to convert a lot of video files from one format into another with a very fast conversion speed and an outstanding quality level.";
fDesc[8] = "Internet, donwload management, Create screensaver with batch of flash files, convert SwF and EXE, publish swf to HTML, protect flash etc";
fDesc[9] = "photos and images to share with your family and friends, or use them as a screensaver. The program features a nice and intuitive wizard-like user interface that guides you throughout the different steps of the process to make it quicker and with no mistakes.";
fDesc[10] = "organized. Preview and browse flash files, download flash, donwload management, Create screensaver with batch of flash files, convert SwF and EXE format to each other individually or in batch etc. All of these features will help you enhance and extent the using possibility of existing flash files.";
fDesc[11] = "to manage their computer account passwords. This software creates a encrypted code on your pendrive, only understood by this software. This software can be installed on windows xp or 2000 only. This software is free to download at www.bluemicrosolutions .com";
fDesc[13] = "flash tools: preview and browse flash movie, capture flash image and set it as wallpaper, create flash screensaver with ease 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 = '...';
}
}