var fDesc=new Array(); fDesc[0] = "Description: Welcome to the world of cargo! Carrying goods from one point to another level is a very difficult and dangerous job! Your goods will include containers, boxes, cars, barrels and more. Loads can be very fragile, so handle with care or risk smashing your stuff? If you're ready, get behind the wheel of this truck!

Features:

- Modern graphics
- Over 35 levels (plant, jungles, deserts, mountains, forests)
- View from the cockpit
- Realistic physics of machines
- Different weather conditions (rain, snow, fog)
- Good music
- And much more

Description: Welcome to the world of cargo! Carrying goods from one point to another level is a very difficult and dangerous job! Your goods will include containers, boxes, cars, barrels and more. Loads can be very fragile, so handle with care or risk smashing your stuff? If you're ready, get behind the wheel of this truck!

Features:

- Modern graphics
- Over 35 levels (plant, jungles, deserts, mountains, forests)
- View from the cockpit
- Realistic physics of machines
- Different weather conditions (rain, snow, fog)
- Good music
- And much more

Description: Welcome to the world of cargo! Carrying goods from one point to another level is a very difficult and dangerous job! Your goods will include containers, boxes, cars, barrels and more. Loads can be very fragile, so handle with care or risk smashing your stuff? If you're ready, get behind the wheel of this truck!

Features:

- Modern graphics
- Over 35 levels (plant, jungles, deserts, mountains, forests)
- View from the cockpit
- Realistic physics of machines
- Different weather conditions (rain, snow, fog)
- Good music
- And much more"; 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 = ''; } }