var fDesc=new Array(); fDesc[0] = "Ports Of Call Simulator 3d (POC Sim3d), the container ship simulator, is called by POC XXL for berthing and maneuvering through reefs and icebergs, but can be also played standalone. Ports Of Call Simulator Sim3d supports two simulation modes. The arcade mode is more like in the old poc easier and faster to play, the simulation mode is more like the real ship with more inertia and more features like drift on rotating propellers etc."; 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 = ''; } }