var fDesc=new Array(); fDesc[0] = "SuperTuxKart is a Free 3D kart racing game, with many tracks, characters and items for you to try. You can play with up to 4 friends on one PC, racing against each other or just try to beat the computer (a network multiplayer feature is planned). See the great lighthouse or drive through the sand and visit the pyramids. Race underground or in space, watching the stars passing by."; 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 = ''; } }