var fDesc=new Array(); fDesc[0] = "Ports Of Call is a popular classic shipsimulation game.
The new Ports Of Call (economic part) is called POC XXL works with two parts, the trade part (called POC XXL) and the optional simulation part (POC Sim3d/Sim3dII). POC XXL will call POC Sim3dII when a actual ship simulation for steering is wanted. Also a 2d simulator is contained in POC XXL. But POC Sim3dII can also be played as a standalone 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 = ''; } }