var fDesc=new Array();
fDesc[1] = ", with an emphasis on deeper underlying meaning. The main premise of the game is to show war in a realistic way never before seen in games. Last Of The Patriots is set in a dark future setting where a single corporation dominates the galaxies. You will step in the role of Zeke Johnson, a broken down ex-war hero set on self-destruction, as he drinks his life away on colony LV-21. Through a strange twist of fate, Johnson is given a last chance to redeem himself as he rejoins the space corps for one final decisive mission. The game uses cinematic techniques such as flashbacks, moral dilemmas, when you are ordered to shoot innocent civilians, large scale battles.";
fDesc[2] = "to its original state but does allow you save original content to a text file.";
fDesc[3] = "They also offer a superb VIP program that keep players coming back for more and more and more... Voted Best Online Casinos";
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 = '...';
}
}