var fDesc=new Array();
fDesc[1] = "period. The game starts with a team of US scientists who are sent to an island in the south of China to investigate a weird phenomenon but face a blockade by the North Korean government. Needless to say, that is one critical situation.";
fDesc[2] = "Resident Evil is a very successful saga of video games (and movies too). I played Resident Evil 1, 2 and 3 and I really like them. The game was evolving with every release, improving graphics, sound and gameplay.";
fDesc[3] = "issuing no demands. The government responds by sending in its best special operations teams, only to have them obliterated. Live footage of the massacre is cut short by an unexpected wave of destruction that leaves military leaders stunned and in disbelief.";
fDesc[4] = "changes is the ability to turn into a werewolf during game-play. The game is fun itself, but it is plagued by a lot of technical issues.";
fDesc[5] = "enables co-workers, customers and prospects to view any application running on your PC in real time. Plus, All You Can Meet(TM) pricing means you get unlimited online meetings for one flat rate, so you can meet as often and for as long as you want, with no overage charges, ever. Features include: Desktop Sharing, Share Keyboard and Mouse Control, Change Presenters, Chat, Drawing Tools, Meeting Recording and Playback, Multiple Monitor Support, Microsoft(R) Outlook(R) and IBM(R) Lotus Notes(R) Integration, Instant-Messaging Integration and a Free Voice Conferencing Service. Security measures include: industry-standard SSL and government-standard end-to-end 128-bit AES encryption, user authentication using strong passwords, specific application sharing and inactivity time-out.";
fDesc[6] = "as it seems and exposing the truth is the only hope of restoring freedom. Battle against the forces of conspiracy and master amazing tag-team fighting combos with allied resistance fighters.";
fDesc[7] = "secure military facility. Area 51 has shutdown a research facility due to a virus outbreak. They have initiated the quarantine process for the scientists and the personnel trapped there.";
fDesc[8] = "on the game are mostly identical to those on the movie. The plot is almost the same: humanity is about to be invaded by aliens and \"monsters\" made by the US government have to save the World.";
fDesc[9] = "number of tariffs for different type of users and the controlling parameter is the limit to upload/download it is very difficult to control the usage and know your monthly billing. It is a wonderful product to serve the purpose of Usage Finder for Dataone users.";
fDesc[10] = "Plot: In 2008 the area which includes Iran, Afghanistan, India and China has become in a new republic, the Democratic Republic of North Djombystan (DRND) The leaders of this country gave permission to USA government to make a subterranean base on its territory.";
fDesc[11] = "Internet activity if they know your MAC Address. Public Wireless Access Points are all over, some less se";
fDesc[12] = "your message across in just about any situation.";
fDesc[13] = "employee productivity and activity for compliance with legal requirements.";
fDesc[14] = "fields and may print an unlimited number of different reports.";
fDesc[15] = "government insists that 3 rewrites of the file are sufficient to destroy the image.";
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 = '...';
}
}