var fDesc=new Array(); fDesc[0] = "Take your show on the road. Drive your rig to make it big and build your business. Money talks—when you’re in charge, get the drivers to do their job while you count your cash. You’re not only a trucker, you’re a tycoon. Damaged goods eat your profits. Keep it shiny side up maneuvering through dangerous changing weather conditions. You’re the boss and you give the orders. You own up to 35 trucks and you own the road."; 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 = ''; } }