var fDesc=new Array(); fDesc[0] = "Being a garbage man is not an easy job. You have to collect different pieces of garbage and avoid dangerous garbage which can blow you up if you don’t protect yourself. But the main enemy you fight against is the time.
There is no time to think, just run and collect all garbage out there, because the time is short and that doors to the next level will close in front of your nose. This is a relaxing and exciting game as well, played passionately by children and adults. Check out if you have what it takes to be a garbage man!"; 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 = ''; } }