var fDesc=new Array(); fDesc[0] = "18 Wheels of Steel: Convoy is the fourth release of the series which you are the owner of a trucking business and you must haul cargo between more than 40 U.S.cities from coast to coast, Canada and Mexico. Your goal is to build a fleet, deliver the goods to make money, and finally defeat the competition. You start with a single hauler to finally get a vast network of convoys and dominate the roads. During the game, you must make important decisions that can make you lose or save money and time. You are in charge of everything in your company, from hiring the drivers, select the the trucks and trailers, and of course maintain them in perfect conditions. The game includes a great variety of trailers, rigs and types of cargo such as livestock, automobiles, timber, hazardous, waste, milk, among many others. You also must respect the traffic signs and rules, otherwise the police will arrive and you will lose money. The graphics and sounds are awesome, featuring wonderful landscapes and real scenarios from the different areas, which make it worth trying."; 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 = ''; } }