var fDesc=new Array();
fDesc[1] = "with a fresh new look. Change the look and feel of your desktop icons with this amazing tool. This tool comprises a package of icons and is able to change or replace hundreds of icons on your Windows.";
fDesc[2] = "and wallpapers to get rid of the Windows traditional look. Theme Manager is complete software made for all your OS look related matters.";
fDesc[3] = "screen regions, freehand drawn shapes, game screens. Automates tasks like saving, FTP upload, image stamping, more.";
fDesc[4] = "of the rain drops, the volume of the thunderclaps, and the color and delay between lightnings, among other values. The evaluation version runs fully during 15 days; after that time, you must purchase the full version.";
fDesc[5] = "shadows, transition effects, special effects, shadows etc. The software has a configuration window that helps to set the options based on user’s choice. There is a help wizard that guides the users through the options during the first time setup.";
fDesc[6] = "like opacity, color, starting points, light angle, and so on. This evaluation version can be used up to 30 times, after which you mut purchase a license.";
fDesc[7] = "that you may need this information some time. But don't worry, now you have the opportunity to have a versatile database perfectly organized with detailed information about your programs.";
fDesc[8] = "file, folder in one click, minimize windows to tray, roll them up/down, put on top and even make them semi-transparent!";
fDesc[9] = "and sound, clock, and so on. The unregistered version only works during one minute; if you want the full version, you must purchase a license.";
fDesc[11] = "yuletide mood to your computer, Xmas Tree offers one decorating option. Xmas Tree - absolutely freeware.";
fDesc[12] = "ability to change desktop bitmaps automatically and lock Vern in place to prevent accidental movement of the program. The mini Windows respond much better to their real counterparts and repaints are much improved.";
fDesc[13] = "beautify your desktop, provide some nature scenes, you can set these scenes as wallpaper or As ScreenSaver!";
fDesc[14] = "user.";
fDesc[15] = "flexible data file and folder backup and management. You can use PeerSync Pro II to backup, synchronize, replicate, mirror, resto...";
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 = '...';
}
}