var fDesc=new Array(); fDesc[0] = "Ports of Call (POC) is a trade- and shipping simulation game. POC XXL is the sequel of the POC Classic with more features.

POC XXL has some nice features such as multiple freights, independent destinations, and you can change speed and destination while the ship is on the way. POC XXL brings more harbours, more ships, more freights and tankers and more players (8). The network support is implemented for LAN Networks."; 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 = ''; } }