var fDesc=new Array(); fDesc[0] = "Krautscape is an action-packed racing game with bird-like flying cars and procedurally built racetracks. The leading player builds the racetrack while the chasing players can take shortcuts by flying off the track to overcome obstacles. The game features three multiplayer game modes that are designed to support nonlinear gameplay and intelligent movement instead of forcing you to drive perfectly. Three singleplayer game modes introduce you to the basic mechanics of driving, flying and track building."; 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 = ''; } }