var fDesc=new Array(); fDesc[0] = "The aim of the game is to reach by car from the city in Poland on the Hel Peninsula. During our trip we have to overcome many different routes on which we are entitled to set the amount of time depends on the difficulty of the stage. Reach your destination does not make it easier to change the weather conditions."; 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 = ''; } }