var fDesc=new Array(); fDesc[0] = "In the game Container Terminal XL, you are the new Terminal Manager. You are in control of unloading and loading containers from and onto deep-sea vessels, in which you must make sure that these vessels are handled as efficiently as possible.
You also bear responsibility for the construction of infrastructure and the handling of inland barges, trains and trucks."; 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 = ''; } }