var fDesc=new Array(); fDesc[0] = "Port Royale 2 is an action game developed by Ascaron Entertainment.

Plot:
With this game you are going to travel to the Caribbean in 17 th century. You can choose between English, French, Spanish and Dutch Caribbean colonies, with eight different scenarios.
As you can imagine you are going to create your own character, you can also create your city and commerce with other nations, conquer new lands and build your empire.

Another interesting thing are the ships, you will find twenty different models that you can choose to make your deliveries.
You will find a very helpful map with the manual showing each town's products, regional specialties, and the colonial power spheres of influence.
You will realized that is very important to have good to commerce as fruit, wine, tobacco and other stuff, of course that you have to be very careful with the pirates, because they can take everything away from you.

Graphics and sound:
The graphics are incredible. The scenarios are gorgeous. The possibilities that you have with this game are really great. The sound effects are suitable and the soundtrack is nice.

To sum up, if you want to manage a colony in the ancient Caribbean this is your game."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }