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] = "skins. You can change the look of your Windows to Mac, Vista or your favorite game or a sport theme like cars, or cartoons and much more. WindowBlinds offers 8 themes that come along with the program.";
fDesc[3] = "versions providing a better graphical user interface and a variety of logons to choose from. It is a freeware once downloaded provides a variety of in-built logon screens.";
fDesc[4] = "screen, an application, an active window or even a particular area of the screen. You can perform the capture from the application interface itself or by using different combinations of keys. The program is also capable of adding a number of interesting effects.";
fDesc[5] = "and wallpapers to get rid of the Windows traditional look. Theme Manager is complete software made for all your OS look related matters.";
fDesc[6] = "through a well-organized interface consisting of multiple tabs to create and fine-tune your desired skin. The program requires WindowsBlinds preinstalled to function properly.";
fDesc[7] = "functionality. It works with Windows 2000 too. It also allow using unofficial visual styles, that are not from Microsoft. WIndows XP file protection can also be deactivated permanently.";
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] = "change the look and feel of the Windows GUI,including desktop wallpapers,icons,curso rs,IE skins,folders,visual styles,OEM information,put your name in system tray,adjust the transparency level of your taskbar,and it won't slow your computer down while you work or play!";
fDesc[10] = "icon and has an added layer support as well. For the purpose of animation, it features NWA compression. The application has glyphs and per pixel borders support layers.";
fDesc[11] = "The start menu, taskbar, even the panels and windows of all modern applications get a new look with the click of a button";
fDesc[12] = "to enable programs that do not recognise Windows XP visual styles to be \"style aware\".";
fDesc[13] = "random visual effects. This is a good way to watch your images with different visual styles, and if you like the look of the image you are watching, you can save it easily to your PC.";
fDesc[14] = "advanced features using which its users can easily make their graphics appealing and closer to reality. This is because of the power of the Genetica Basic package that provides textures of high quality to be used in graphics processing.";
fDesc[15] = "users who like to download and install a variety of visual styles or themes for Windows XP. It only supports files with the .msstyles extension. You can also view a list of installed themes and delete some of them.";
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 = '...';
}
}