var fDesc=new Array();
fDesc[1] = "your drives, which does not provide you with any information about used space and free space in the drives. But here is an opportunity for you to get Window Vista style icons, which not only have modern stylish look but also tell you about consumed and free space of drives.";
fDesc[2] = "alternatives, then FastPictureViewer can be a good option. This program, as its name suggests, lets you view your images in a fast way, and in addition, it has a Vista style interface which makes that navigating through your photos can be a simple process.";
fDesc[3] = "time rendered vista-style skins, and you can download more. It can play one of it's build-in alarm sounds or any other external sound file.";
fDesc[4] = ", then thanks to ViSplore you will be able to have the Windows Vista explorer on your XP without any problem. This small program is an accurate copy of the file explorer included in Windows Vista.";
fDesc[5] = "complete themes and some extra utilities, like WinFlip, Seven Taskbar and CircleDock. The main theme pack is SevenXP, that gives your XP the appearence of the default theme in Windows Beta.";
fDesc[6] = "one provides a large number of file types for download and support different websites to download their content effectively at the full speed of your connection. So its main feature is the speed of downloads.";
fDesc[7] = ", metallic, plastic and even XP or Vista style buttonss. HTML & Java Script is automatically created! Creating roll-over and animated buttons!";
fDesc[8] = "Data MODEM and Caller ID service provided by your local phone company in order to identify who's calling.";
fDesc[9] = "Javascript and HTML code on the fly, so you don't need any additional graphics or programming skills and will get instant result.";
fDesc[10] = ", Windows Media Player, QuickTime, RealPlayer, Power DVD, Flash, games and many others.";
fDesc[11] = "Vista-style looks for their operating system. It might sounds stupid to say this since you all know what it is but just bear it. This program will transform your Windows user interface to ultimate Windows Vista alike looks that everyone will never notice its the same old Windows XP (or 2003).";
fDesc[12] = "quick search that allows you to search through your programs in realtime, you can access it right from the top of the menu. It can also be used as a portable software and you can also carry it on your flash drive.";
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 = '...';
}
}