var fDesc=new Array();
fDesc[1] = "intuitive and very simple graphical user interface with multi-tab support, thumbnails of visited websites, enhanced autocomplete feature, password manager, and many other features. You can import all your settings from your old web browser such as Internet Explorer and Firefox.";
fDesc[2] = "impression and seems to be well-thought, especially in terms of design. I would recommend this application to users, searching for a simple and easy-to use DVD movie player.";
fDesc[3] = ", computers or in a nekwork. It only works with Windows OS (XP, Vista, etc.). The number of stored files is increasing constantly since the users manage mobile phones, digital cameras, media players, emails, PDAs, iPods, laptops, desktop PCs, USB drives, networks, etc.";
fDesc[4] = "expansion pack--or a supplement--to the previous game. It features a tense and exciting stealth action gameplay, a very good sense of style and some interesting, open-ended missions. The new missions are certainly diverse and are quite interesting.";
fDesc[5] = "Pages are loaded correctly and faster, is a wonderful tool, well thought and has better performance than other browsers.";
fDesc[6] = "choice suitable for all ages what makes it ideal for the whole family. Ultimate Dominoes presents five classic domino game variations, from easy to hard, thought to suit beginners and experienced players as well, so you can set the options to suit your skill level.";
fDesc[7] = "missions that will give you the ability to manage successfully your own zoo. The tasks involve subduing, cleaning, feeding and healing skills. During the game you will be guide by the tutorial, that will make easier completing the tasks.";
fDesc[8] = "processing. It provides you with all you need to record, mix and edit your own music in professional quality. Using the loops you can create license music. Acid Music Studio 7 is ideal for anyone who's ever thought about producing music.";
fDesc[9] = "thought had been deleted! Although you're not in the list of the most wanted people, your hard disk can say a lot about you. Even after repartitioning or formatting the information remains accessible to someone with the means and the desire to access it.";
fDesc[10] = "published by UbiSoft. In video games, as in many other fields, change is essential to evolve. Surely this is what the Blue Byte staff thought when they decided to work with The Settlers: Rise Of An Empire.";
fDesc[11] = "appeared to tell them. Or at least in what they believed they were telling them It will show the face of the clock as if it was the Earth, with the Moon and the Sun orbiting around it.";
fDesc[12] = "routine. The program sits silently in your system tray and you can open and close it just by clicking on its icon. It features a nice and intuitive user interface, with a small calendar at the upper part and a note organizer below it.";
fDesc[13] = "cursed! Now it's up to you to solve brain-bending puzzles on your quest to reach the Temple of Time and lift the curse. Use your matching skills, unlock the talismans and make your way to the mysterious temple. Azkend Deluxe: a magical adventure of puzzling fun.";
fDesc[14] = "videos. muvee Hi-Octane stylePack 6.0 is compatible with almost all the softwares developed by muvee Technologies, whether it be muvee autoProducer, muveeNow or muvee autoProducer unPlugged.";
fDesc[15] = "It lets you to organize ideas, projects, contacts, files, and Web pages associatively to capture your thinking and perspective. You can use PersonalBrain for business projects or for your own use at home.";
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 = '...';
}
}