var fDesc=new Array();
fDesc[1] = "Sony VAIO VGN-CR260A notebook model. In case we need to reinstall the program again or want to upgrade to Microsoft Windows Vista Home Premium, we can download the original drivers for free from the official Sony website.";
fDesc[2] = "high-quality, highly compressed DivX video, merge and convert multiple videos into a single DivX file with an automatically generated menu.";
fDesc[3] = "native support for several popular audio formats. There are many more features, like ripping audio CDs and file tagging.";
fDesc[4] = "the galaxy by this. Is a game in which one can lengthen the line-up wherever you want whenever you begin a life of the universe is completely new and very large.";
fDesc[5] = "of time travel that we are used to. Instead, it is more of a mental, inner journey to the past of the main character's ancestors. You play him, the main character.";
fDesc[6] = "original release, such as: improved visual quality; getting elements from dead creatures is no longer considered a crime. It also offers several fixes and improvements to the performance of the game as well as enhancements to the development of the quests.";
fDesc[7] = "Prix Mode, Extreme Mode, Time Trial, Training Mode and Multiplayer * All 24 riders from the 2004 Season * Race online along with 15 more players. Buy it online for a really affordable price.";
fDesc[8] = "most obvious new feature. With more tricks and an overall more attacking mentality, with players encouraged to take people on. More licensed teams are included along with new boots, hairstyles and an improved Master League.";
fDesc[9] = "spells. Once installed, spells vary in power, and include both new spells and existing spells. The extremely powerful spells are balanced and cover almost every basic spell. There are many new spells added, which include high level spells as well as low level spells.";
fDesc[10] = "level dungeon, a new set of armor pertaining to an assassin, new clothes and new weapons. And finally, it also adds new items and nine new scrolls which turns iron ore (new as well) and silver nuggets up one level(i.e. Iron ore turns into silver and silver into gold).";
fDesc[11] = "detailed environment to own and explore. It also offers five new upgrades for the lair which allow new pirates to join you. The mod has more than forty-five new elements to be used during the game and fifteen new spells. Finally it also brings a training quest.";
fDesc[12] = "is just like taking the real test. In fact we’re so confident that it will help you pass your Theory Test that we offer a money back PASS GUARANTEE";
fDesc[13] = "chance to race single seater and track day sports cars. With great graphics and physics, this game looks and feels like the real deal. It is an excellent choice for all racing fans.";
fDesc[14] = "cards, passports, visas, and other official documents from more than 25 different countries. It supports JPEG, TIFF, PNG, and BMP image files, and includes specifications for more than 70 different types of documents.";
fDesc[15] = "in this incredible and mega airport. What an opportunity to discover the original feeling and atmosphere of this airport! Simwings utilized the BAA as having them onboard as an official partner for this project.";
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 = '...';
}
}