var fDesc=new Array();
fDesc[1] = "with this program besides being convenient, save resources and is complete in all the aspects, covering every point. With its multiple ads makes it the best choice to take it into your software collection.";
fDesc[2] = "of all ages. This tool has a real time European City feel along with various views for the driver to ensure the 360-degree real experience with all those big trucks.";
fDesc[3] = "weapons, and new soldiers. The players can work alone or with the aid of the members of the squad to complete their missions. Patch 1.2 for this version of the saga Medal of Honor includes new maps for the multiplayer mode: Market Garden and Factory.";
fDesc[4] = "depicted in this game is covering a vast area on the earth, i.e. Greece, Egypt and Asia (all ancient civilizations). To begin with the game, you have the opportunity to create your own character.";
fDesc[5] = "now and then, people are covering those moments in their digital cameras and mobile cameras. Now when you want to put your imagination with those snaps and make them more creative here is an answer to your artist need called Photo Artist 2.";
fDesc[6] = "from others by covering the same historical period from different sides and with great fidelity. Plot: As you may know this game is set in an historical time the period between the ages 700 and 300 BC.";
fDesc[7] = "build your skills quickly and easily and unlock the power of Word to improve your productivity at home or work. This Professor Teaches product contains 4 tutorials covering all levels including beginner, intermediate and advanced courses.";
fDesc[8] = "Ecycopaedia Britannica was created by its editors, a CD-ROM compilation of quizzes derived from the world's greatest source of knowledge.";
fDesc[9] = "instrument, such as tuning, struming, arpegios, rhythms, and so on. It also includes an useful tuner and a metronome. The demo version includes only the first few lessons.";
fDesc[10] = ", and any person dealing with words and language. This complete application consists of a database where you can load lots of dictionaries covering most of the European Languages, plus a good number of technical bilingual glossaries.";
fDesc[11] = "exercises. The program includes 1000 exercises covering word choice, parts of speech, subject-verb agreement, phrases, among others.Unfortunately, the application features an unattractive user interface, which looks rather old and has really poor graphics and effects";
fDesc[12] = "This application features several options covering all aspects of learning a foreign language (Arabic in this case), that is, listening, writing, reading, speaking, plus a wide range of exercises to practice them all.";
fDesc[14] = "useful and easy-to-use graphical user interface to help you run DDump without using a DOS window. DDump offers you a variety of ripping options, covering various accuracy levels, speeds, and disc protection methods. It creates an ISO image and its corresponding CUE and LOG files.";
fDesc[15] = "Mountains. Stunning Landscapes is a free screensaver created by RateMyScreensaver.com containing 19 high quality photographs.";
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 = '...';
}
}