var fDesc=new Array(); fDesc[0] = "Gino Splatform is a small interactive game. It was built in Flash, you don't have many options, but it has a nice story and it's very simple to use. It is best for children, and people who like simple games. All you have to do in this game is help old Gino to save his wife! Fight and splat your enemies, use their corpses to go across the levels, destroy dangerous bosses and solve new kinds of puzzles"; 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 = ''; } }