var fDesc=new Array(); fDesc[0] = "Navigate your way around a realistic depiction of Europe traveling along major trunk routes and visiting famous places based on real roads and cities. Experience the life of a long distance truck driver as you face the challenge of varying road and traffic conditions and meeting the demands of a heavy schedule.
Haul cargo for various companies, and make money so your business can grow and expand. As you advance through your career obtain access to new countries, improve your truck and become the master of your profession."; 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 = ''; } }