var fDesc=new Array(); fDesc[0] = "Get behind the steering wheel of one of the many different garbage truck models (incl. Rotopress, Variopress and construction waste trucks) and also on your feet to collect and empty garbage bins on one of the countless tracks in the fictional Urban City.
But keep the time schedule.

Your task is not only to collect trash bins, but also to solve special tasks like waste glass containers, construction waste, toxic waste and more. And you have, of course, to manage your waste utilization company.
Not only can you choose the corporate look (color, name, logo etc.), but also you can literally see your company growing."; 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 = ''; } }