var fDesc=new Array(); fDesc[0] = "There is nothing to say about Blobby Volley, the best game ever. Visit a far beach in the sunny south and fight with a flubber like play figure for the victory in the Volleyball match. Play against a fellow player at the same computer or in the network and/or alone against one of three computer opponents. The simple and extremely fluent control over the mouse or freely defineable keys will amaze you. The points are stored and can be indicated and compared in a statistic."; 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 = ''; } }