var fDesc=new Array(); fDesc[0] = "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 up-to-date version of the official Blobby Volley successor has now the ability to be played over lan/internet so that league matches are possible now. Although there are several things that aren't done it is absolutely playable."; 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 = ''; } }