var fDesc=new Array(); fDesc[0] = "fast delivery - A funny and challenging runner about a food delivery man. Who is the most productive and fastest delivery man in the city, of course it is you! Help the delivery man deliver the order as soon as possible, there are many obstacles and enemies on the way. Use: scooter, balls, superman power, motorcycle. Test your reaction, make the character jump in time and overcome obstacles and enemies. On the levels you can find special perks that change the gameplay."; 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 = ''; } }