var fDesc=new Array(); fDesc[0] = "VESSEL is a game in which living liquid machines have overrun this world of unstoppable progress and it is the role of their inventor, Arkwright, to stop the chaos they are causing. You can explore a world of fantastic, detailed machines and strange, wondrous environments, 2D hand-drawn textures combined with 3D normal maps."; 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 = ''; } }