var fDesc=new Array();
fDesc[1] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have.";
fDesc[2] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely.";
fDesc[3] = "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[4] = "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[5] = "of the upcoming Windows 7 OS. Users may choose from 6 different color themes (main colors: blue, gold, dark grey). Themes really look great and make your old desktop look fresh and modern.";
fDesc[6] = "download this small yet powerful application to create stunning themes for your device. As its name suggests, with this program you will be able to design custom themes, controlling almost every detail of them.";
fDesc[7] = "1) Digital Media - Includes some essential softwares for audio conversion, media player improvements, etc. 2) Games - 3 Games for your kids 3) Themes - Some basic themes for windows 4) ScreenSavers - Some Screensavers";
fDesc[8] = "uses 3D graphics and exotic colors and shades. Stardock's MyColor offers 4 free themes to try and you can select and buy any theme from the website.";
fDesc[9] = "known feature it includes is the option to keep translucent borders when a window is maximized, something that Windows Vista turns to black automatically.";
fDesc[10] = "and wallpapers to get rid of the Windows traditional look. Theme Manager is complete software made for all your OS look related matters.";
fDesc[11] = "desktop look better and improve the usability, making easier to recognize items. You can share your icons with others, and use other people´s creations. It has many themes included.";
fDesc[12] = "“Quick Learning” option offers you the survey of the program showing the main options. It is possible to change all icons on your PC by applying icon themes or to change icons of individual discs and folders.";
fDesc[13] = "care about creative persons and released the phones’ platform Series 40 software - Nokia Series 40 Theme Studio. Using it you can develop and edit design themes.";
fDesc[14] = "the program is mainly created for S60 devices. The program seems to support 1000 customizable theme elements in the S60 User Interface.";
fDesc[15] = "Box is available free of cost. It has a wide range of categories to choose from. Themes can be downloaded to the PC and then with just a click of the mouse it can be applied to PPC. It also detects PPC connection status that makes it easy to use for home users.";
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 = '...';
}
}