var fDesc=new Array();
fDesc[1] = "made its grand debut on the XBOX 360 when the console was just released. The game introduced certain features that were long missing from the previous games. The most important change from the previous game is the great graphics that this game has.";
fDesc[2] = "computer rendition of planet Earth, and space views of the Moon, using the state-of-the-art technologies to produce realistic, high-resolution images.";
fDesc[3] = "formidable air combat fighter aircraft. Players will find themselves in a highly detailed simulation of the MiG-29 Fulcrum 1.0 cockpit which features meticulous glass reflections and realistic dials and radar screen.";
fDesc[4] = "physics are superb, it features complete and total realism. This game is for hardcore racers that want to sharpen their skills and race just as if it was real life. However, other gamers may find the learning curve a bit steep.";
fDesc[5] = ", awareness, self confidence and concentration, speed, while playing and having fun. It provides 101 games divided in 3 main groups: There are games for children ages 3 to 6, games for kids ages 6 to 8 and games for kids ages 8 to 12. It runs under Windows 98, ME, and XP operating systems.";
fDesc[6] = "the world. What you are going to do in this game can be categorized into two main parts: building up your abilities as a professional soccer player; and deal with relationships and contracts.";
fDesc[7] = "information about different Yoga styles, both modern and traditional, as well as useful guidelines for practicing the postures, or asanas. The program features a comprehensive list of postures, complete with a photograph of each, as well as its Indian name and its English translation.";
fDesc[8] = "Product keys, support file format, versions, paths, defaults are some of the key information stored in the registry. Registry Toolkit provides a functional easy to use interface to edit the complex system of registry entries.";
fDesc[9] = "However, the game fails to provide any factual information and it actually makes whale-killing an entertainment.";
fDesc[10] = "informative screen saver will tell you everything you want to know about the Venus Project. Crime, pollution, cloning, unemployment, environment conservation and more of our daily problems are treated by this organization.";
fDesc[11] = "Chakras software includes accurate graphics and specific sound keys.";
fDesc[12] = ", deQuervain's, tendinitis etc.) including trauma modeling break timer, automatic mouse-clicking, macros & automatic long-term work pattern logging.";
fDesc[13] = "conditions or healing. The yantras software includes accurate graphics and written mantras.";
fDesc[14] = "year to leave a single PC running 24 hours a day Over 30% of employees do not turn off their PC's when they go home [1] Up to 60% of the electricity consumed by PC's could be saved by adopting appropriate power management strategies In short, most businesses are paying to run computers that are not being used most of the time. Powerdown reduces the amount of energy used by the computers in your business by turning them off when they are not being used. This could save you up to £30 a year for every PC. By reducing your energy consumption you also reduce carbon emissions so it's good for the environment too. Using Powerdown energy saving software could reduce your IT energy costs by up to 40% reduce air conditioning requirements and costs lower carbon emissions and reduce your carbon footprint Powerdown provides central control of energy use with a low total cost of ownership. It is...";
fDesc[15] = "known as Fertility Awareness Method). The program works as a calendar which records and processes your the most important...";
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 = '...';
}
}