var fDesc=new Array(); fDesc[0] = "Lightbikes is a fun multiplayer network game for windows PCs with OpenGL graphics. Your goal is to outlast and outplay your opponents. You have to avoid the map walls, other player's walls as well as your own wall (tail). With the speed gradually increasing who will be the last one standing?"; 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 = ''; } }