var fDesc=new Array();
fDesc[1] = "up.Various plans offer you to purchase music to as low as 25 cents per track of 10$ for a whole book. So enjoy the music at almost a cost considered to be free.";
fDesc[2] = "converted to MP3 in a single click, so they can be played on an MP3 player. The program shows the process like a wizard tutorial, and guides the user window by window through the conversion task.";
fDesc[3] = "as you browse, before they reach your computer. If you´re already infected, it locates and removes spyware from your PC, even that using rootkit technology.";
fDesc[4] = "we are aware of it. In addition, HDDlife has a proper treatment for every diagnosis and can solve almost any problem. That way, not only monitors and inform us about our hard disks’ health but also take care of it and cure the disks whenever it’s necessary.";
fDesc[5] = "will fill your screen with colors. When launched, the screensaver creates colorful bubbles, that start emerging from all sides of the screen, filling the desktop with iridescent colors.";
fDesc[6] = "that they should be used when making decisions. The Autochartist program will do a lot of the work for you. Since it is capable of recognized patterns and even emerging patterns in real time, you will not have to spend your time constantly looking for new trades to make.";
fDesc[7] = "problem seems to be emerging so we are aware of it. In addition, HDD life Pro has a proper treatment for every diagnosis and can solve almost any problem. That way, not only monitors and inform us about our hard disks’ health but also take care of it and cure the disks whenever it’s necessary.";
fDesc[8] = "have no problem in emerging victorious in this second delivery of this shocking action game. Serious Sam II returns to offer one thing: action. Forget complex arguments, activating buttons to leave a room or to fire real weapons.";
fDesc[9] = "blocking known and emerging spyware threats as you browse, before they ever reach your computer and personal information. Now you can download your favorite music, pictures and videos without worrying of Spyware Intruders.";
fDesc[10] = "\"overweightness\". There are so much toolbars, palettes and other \"secondary windows\"... If you have all them visible, you are able to use only a small part of the screen for designing. To maximize your editing space you certainly can close them, but then you have to open them each time you need them and again close after using... That wastes your time and distracts you from creation. Our programs are designed to fix this problem. They will turn all the secondary windows to \"emerging\" state. When you don't need them they are hidden off the screen, so you can use all the screen for designing. And if you need any of them, move the mouse pointer to the edge of monitor where it is hidden and it will appear. This improvement will make your work much more effective and pleasant. New working style seems a bit inconvient at first, but usually it takes 1-2 hours to adapt. Then you start working...";
fDesc[11] = "they are hidden off the screen, so you can use all the screen for designing.";
fDesc[12] = "and Adware Communications. Stops viruses and worms, and protects against emerging viruses before attack.";
fDesc[13] = "they are hidden off the screen, so you can use all the screen for designing. And if you need any of them, they appear automatically.";
fDesc[14] = "need them they are hidden off the screen, so you can use all the screen for designing. And if you need any of them, they appear automatically.";
fDesc[15] = "so you can use all the screen for designing. And if you need any of them, they appear automatically.";
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 = '...';
}
}