var fDesc=new Array(); fDesc[0] = "Hit the road in UK Truck Simulator! Start the ignition and set off for the motorway...

Drive across a realistic depiction of England, Wales, and Scotland, visit their beautiful cities, choose from over sixty kinds of cargo, and deliver them on time! Grow your truck fleet and hire the most experienced drivers to build up your business!
Get behind the wheel of trucks inspired by real designs from 7 major European truck manufacturers, including official license from MAN. Deliver cargo between 18 big UK cities connected by a network of motorways as well as smaller roads. Pick from over 60 different loads. Drive on the left, with the steering wheel on the right!

Start your career as an employee of a cargo transportation company, work hard to be able to buy our own truck and start your own business. Purchase garages and setup branch offices across the UK to accommodate your growing truck fleet. Upgrade your trucks and keep them in top conditions for maximum efficiency."; 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 = ''; } }