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] = "possibilities, which include: Servers, web based, and Kad. It is a completely free of charge application also free of adware, spyware and any other kind of intrusive programs.";
fDesc[3] = "HP device. It is now available for online downloading. It is primarily aimed at printing, it supports JPG, JPEG, BMP, PNG y GIF images. It allows us to import our photos from a memory card, printer, camera, PC, CD, scanner, etc.";
fDesc[4] = "help the customer setup a basic wireless connection. It offers same functionalities includes on Windows XP / Vista Wireless manager plus some enterprise level features howeever I found it buggy so I recommend to stay with Windows Wireless client.";
fDesc[5] = "customize many hidden options such as mouse sensitivity, command keys, icons, file extensions, etc. with just a few clicks. Tweak UI is completely free and very easy to use!";
fDesc[6] = "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[7] = "previous versions. Given the number of race days you need to win, it takes quite a long time to get to the end, thus making the game a little uninteresting. While graphics are realistic, ProStreet's audio isn't very good and this definitely makes the game not as good as expected.";
fDesc[8] = "uninstallations, that might have left behind unnecessary trails. It cleans history and cache from Internet Explorer, Start Menu and Directory recent activity, Instant Messaging activuty, Windows Disk Error Temp Files, Windows Document History, Windows Temporary Files, etc.";
fDesc[9] = "completely naked, and if you want to have new girls you just have to download from the same program. And you can do it on daily basis! This program is completely free for you to enjoy adults' only entertainment. You will only have to pay to see full nudity.";
fDesc[10] = "Dragon NaturallySpeaking is the promising software which assures continuous recognition of natural speech that is converted to text.";
fDesc[11] = "All you have to do is select a program from the list of installed applications. It is not possible to remove all the registry entries and files, but this tool does a good job on this matter.";
fDesc[12] = "there nothing junk lefts on your computer. Total Uninstall will show a list of programs and softwares installed on your computer, you just select the software you want to remove or uninstall from your computer and Total Uninstall will do the rest.";
fDesc[13] = "of the usual desktop screen. Also, it will help you to stay better organized and to find what you need easier and faster. Once it is executed, your screen will never be the same.";
fDesc[14] = "days. Now it is highly tedious job to clear/remove unwanted software from machine completely, here completely means with also clearing data from the Registry of your computer. LittleApps created a very good free tool called \"Little Registry Cleaner\" to solve your this problem,";
fDesc[15] = "Shredder wipes any document or file completely from your computer. Use its simple drag-and-drop feature to add files to be shredded, and you will get your files completely unrecoverable.";
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 = '...';
}
}