var fDesc=new Array(); fDesc[0] = "The project goal is to port the old GemWars project to a new age by using Java, the Slick2D-framework and hard working programmers. GemWars is a remake of the classic game Boulder Dash with a couple of new ideas. GemWars is a game with a long development history."; 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 = ''; } }