var fDesc=new Array();
fDesc[1] = "installment include the Aston Martin DB7, Ferrari 550 Maranello, and the Lamborghini Diablo SV. With the ability to download more exclusive vehicles from the Need for Speed website, there will always be something new to test drive. For multiplayer-enthusiast s, NFS3 supports up to two players with a Modem or Serial connection or up to eight players with a LAN connection. As if that wasn't enough, the already-stunning graphics have been improved, with an even higher level of attention to detail that includes blowing leaves, smoke from the burning rubber of tires, and amazing weather effects such as rain, lightning, snow, and fog. Finally, there's an all-new Hot Pursuit mode where you scorch the streets on either side of the law: Elude the fuzz as a speeding motorist or enforce justice from a police patrol vehicle. Surely, racing doesn't get any better than this.";
fDesc[2] = "database of these codes, letting the user to modify and save any information of this any particular code. It includes the amendments, municipalities and the abroad Italian states.";
fDesc[3] = "broad variety of genres. Its clean-cut, compact interface will make it easy to browse around your favorite radio shows and radio stations.";
fDesc[4] = "are supplied with ammunitions from the air.";
fDesc[5] = "Team police unit through 15 levels and 33 playable areas of the crime-ridden streets. Engage in the perilous police work of raiding crack dens and criminal hideouts while taking down the notorious Byz-Lat and One-Niner gangbangers.";
fDesc[7] = "terror, a group of courageous men and women has gathered to improve their skills to fight against the evil guild and bring justice back to people's lives. Experience the ancient Chinese Kungfu and magic, enjoy the endless beautiful scenery and mythical environment in which you can develop your own character and interact with other real-life and imaginary beings. This marvelous MMOG (Massively Multi-user Online Game) conquers the hearts of millions of players. Beautiful 2D artistic backgrounds and advanced 3D effects bring characters and environments to life. Sophisticated equipment system with exotic ancient weapon and customized motions designed for each weapon. A lot of treasured gems are waiting for you to explore, which will grant unimaginable power to its owner. Four character types to choose from: gallant Trojan, righteous Warrior, unsurpassable Archer, resourceful Taoist, which...";
fDesc[9] = "video. It is fully customizable, besides wakeup time and day you can adjust almost everything you want: sound, the alarm backup and so on. Moreover, your computer does not need to be turned on if you set the alarm.";
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 = '...';
}
}