var fDesc=new Array();
fDesc[1] = "features that make it more powerful than a traditional player, among which is good to mention: the possibility of improving the quality of the original image at the time of reproduction, and the ability to read many file formats. It runs with Windows XP and Windows Vista.";
fDesc[2] = "professional web sites without any HTML or programming knowledge. The program includes pre-designed website templates, ready-to-use navigation bars and various objects (pictures, text, animations, sounds) for you to customize the overall layout.";
fDesc[3] = "running applications. Program has a very convenient navigation bar which is placed at the top right corner of the desktop and allows you to easily move around your 360-degree desktop. An important feature is the ability to add web widgets to your desktop.";
fDesc[4] = "because it has features that can greatly ease your work. ShellLess Explorer has a nice, intuitive and tabbed multi-panel Interface. The navigation bar is similar to Windows Vista and you will have a total control where you can go to any location on your HDD.";
fDesc[5] = "the click of a button, from NavBars with menus to animated banner ads.";
fDesc[6] = "webpages in only a few minutes and without any prior DHTML or Javascript knowledge. It features a nice and intuitive user interface with only one window with different tabs and allows you to preview the menu as you build it.";
fDesc[7] = "professional, high-quality navigational bars and DHTML menus. Xara Menu Maker produces dynamic hierarchical menus and permits anyone create a cool and clever DHTML menu with graphical NavBars.";
fDesc[8] = "open source project based on Qt framework and WebKit rendering engine.";
fDesc[9] = "Factory comes bundled with 106 high quality menu designs.";
fDesc[10] = "builder requires no dhtml-Javascript experience from you, and you can easily link your web menus to your web pages in only seconds!";
fDesc[11] = "compatible with all the latest web browsers available in the market. It creates all kinds of menus such as Popup menu, Dropdown popup menu, Horizontal navigation bar menu, Tree menu, Dropdown tree menu etc.";
fDesc[12] = "stand alone applications requiring a more effective look. Easy creation of button collections and navigation bars.";
fDesc[13] = "Factory will be able to unleash their creativity and design new menu skins that will meet their needs.";
fDesc[14] = "applet. And it provides you with a lot of options, special effects and menu styles to give your website the creative edge.";
fDesc[15] = "created design offers dissimilar layouts so you are able to rapidly produce perfect sites, complete with all their artwork and navigation.";
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 = '...';
}
}