var fDesc=new Array();
fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth.";
fDesc[2] = "sytem that is available whether it be Windows, Free BSD, Mac or Linux. As the name suggest it natively creates compressed RAR files which is a much better compression format as compared to the popular ZIP format.";
fDesc[3] = "compared to Tcl, Perl, Ruby, Scheme or Java. The language itself is a flexible powerhouse that can handle practically any problem domain.";
fDesc[4] = "together. When there are no valid plays, flip a card from the stock and try again. Jewels are dropped onto the board based on how you play the cards. The jewels dropped will match the suits of the cards that are played.";
fDesc[5] = "communication, files, etc., providing a comprehensive protection against malware, e-mail, viruses, phishing,malicious contents, spywares, spam,hijackers, threats and all kind of attacks on-line.";
fDesc[6] = "that case you need to use WinHTTrack, which will allow you to create a complete copy of the website in your hard drive. Although the simplicity and shortly striking appearance of the software is very useful.";
fDesc[7] = "pages and images faster than ever before! You can get broadband speeds from your dialup modem, reduce data charges and usage.";
fDesc[8] = "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[9] = "Player 6.4 or higher, Apple QuickTime 4.0 or higher, RealPlayer 8.0 or higher and DivX Codecs. The installation program checks if you have them installed. If not, it offers you to download and install everything needed.";
fDesc[10] = "the less heavy of the site. In this case you will have to select the level at the beginning of the game. Your goal is to collect different weapons, and try to not loose the power saw.";
fDesc[11] = "stations. This program is easy to use, and it has a very simple simple interface and multilanguage support. You simply select the country in which you're interested in the left pane, and the television channel or radio station you want to hear.";
fDesc[12] = "providing the options of editing, printing and listening to tablature and sheet music for guitar and other fretted and stringed instruments, even the ones like bass and mandolin.";
fDesc[13] = "plugins. Simply install the plugin, point your image application to the file and you are flying in 3D. Using the interface of BladePro, Prim...";
fDesc[14] = "provided by the game. You have to look the scenes very carefully, trying to find the items on the list. When you see an item, just click on it to update the list. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[15] = "need some multitask handling skills in order to succeed in this game. You can try this game for 60 minutes before you buy the licensed version. If you like it, you can buy this game for only 19.95 dollars, right from the Oberon Media Game Center, on the Web";
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 = '...';
}
}