var fDesc=new Array();
fDesc[1] = "to enter the new continent unexplored with their richness by exploiting some indigenous to conquer. This version has several bugs and lacks some features present in version 1.1, like some out-of-sync bugs and multiplayer scenarios.";
fDesc[2] = "Games, Free Games and Free Addicting Games at Factorygames\"";
fDesc[3] = "lot of action, easy controls and, of course, a spectacular graphics display . Plot:You will be able to shoot to new enemies.";
fDesc[4] = "you play the British) or British (if you play the pirates). Besides, Pirates: Battle for the Caribbean is totally free and you can download, install and play it, just simple like that.";
fDesc[5] = "first. Thirst for speed and danger makes the game more captivating. Join your counterparts from all over the world!";
fDesc[6] = "of the nobility and is stripped of his property and his families. The adventures begin when he decides to join a vessel which you can select, the choices are English, Spanish, Dutch and French.";
fDesc[8] = "multiplayers on an ultra realistic sea modelled. There are 14 different ocean water courses and competitions such as Valencia, Auckland, Rio, Marseille, etcetera. Players can choose the boat or create their own regattas. You need to consider wind and weather conditions to sail.";
fDesc[9] = "finish first. Thirst for speed and danger makes the game more captivating. Join your counterparts from all over the world!";
fDesc[10] = "by foot against enemies. Two modes: alone or co-operatively, both online and offline modes have enhanced weapons to ensure teamwork.";
fDesc[11] = "version of Virtual Skipper, it doesn't matter if you are an inexperienced or skilful navigator, you are joyfully transported from the colourful horizons of Sydney, to the choppy English Channel around the Isle of Wight... the worldwide waterways have never looked so good.Once again you can sail with the racing boats that made Virtual Skipper 2 a success, you have access to more detailed navigation sites, exceptional nautical conditions, and more accurate racing rules... all you need for exciting regattas! Boats and crew will show a realistic behaviour with accelerations, tacking, gibing, overturning and even more. Groundbreaking sea physics replicate the ebb and flow of the open seas, with impressive weather effects completing the impressive packageThe rules of sailing for beginners and tactics for experts are up to date, with a series of challenges to pass in order to progress through...";
fDesc[13] = ", repairs, contacts and much more. Analyzes what affects your catches. Export data to HTML for your personal web page.";
fDesc[15] = "rent out resources, calculate and show term of lease, helping you to make decisions quickly. Search, export, backup options are available.";
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 = '...';
}
}