var fDesc=new Array();
fDesc[1] = "pretty easy to use. It takes just a minute to make a nice drop down menu with nice graphics and cool behavior, and without write any single line of code.";
fDesc[2] = "Tree Menu works well with Dreamweaver, Expression Web, FrontPage and Golive. And it can generate absolutely search-engine-friendly sitemaps.";
fDesc[3] = "eDrawings Viewer software you can view, print, and review all types of eDrawings files, native AutoCAD® files and SolidWorks® parts, assemblies, and drawings. With eDrawings Publisher software you can also publish and email eDrawings files from several CAD platforms.";
fDesc[4] = "(generated by Autodesk programs), as well as DXF (also generated by Autodesk applications for interchanging design drawings). The publishers offer total compatibility to the current AutoCAD version in the market.";
fDesc[5] = "flash, flash video, exe and screensaver. You can edit video, control brightness, contrast, add effects, flip image, trim, crop, merge multiple files to a single output, and configure output parameters.";
fDesc[6] = "Gallery and Slideshow. The first one lets you create a gallery in 3 steps while the second one gives you additional tools to customize presentations.";
fDesc[7] = "effects and personalize the output. The software features resizing by the conversion of bitmap to resolution independent vector images. There is no loss in the quality of the output during the conversion process.";
fDesc[8] = "of your desktop environment by replacing icons with incredible icon packs, changing wallpapers, backgrounds, screens for logon and boot sequence, among other things";
fDesc[9] = "own voices Then you can publish it as Flash movie, HTML, AVI video, executable file (EXE), screensaver, or wallpaper.";
fDesc[10] = "menu bar, one toolbar, two windows and in the foot of the program we can see an advanced box, a filter strenghtt and two buttons more.";
fDesc[11] = "PowerPoint source. You will get all advantages of Flash format such as compactness, easy distribution, streaming, etc.";
fDesc[12] = "transitions to create an incredible slide show. With a lot of impact and show. You can also burn your movies that you have created to DVD or better yet, publish them to the web.";
fDesc[13] = "full pages. It is a very useful feature, because it helps to quickly look through all articles’ headlines and choose the most interesting of them.";
fDesc[14] = "the Internet in merely few easy steps. The user has an option of sending them via email using advanced themes. This application facilitates the novice users to publish flash presentations even without having good knowledge about the working technology.";
fDesc[15] = "to present their photos in the form of an Internet album. By using our software you will quickly create and publish Internet gallery.";
fDesc[16] = "allows the user to record video footage from a camera and also to create slide shows from photos. It also helps the user to convert video and audio files to a streaming media format.";
fDesc[17] = ", reports, ads, and any other publications. PUBLISH-iT combines the best features of word-processing, graphics, and desktop publishing.";
fDesc[18] = "wallpaper with this tool with just a click of the mouse. This software is available for Windows 98, SE, NT, 2000, xp or 2003. This software is very small in size and easy to install. After installing user gets the screen asking for all the option.";
fDesc[19] = "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[20] = "owner of a website, then this simple application will let you create your own web albums by using nice included templates, and upload them to your server easily.";
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 = '...';
}
}