var fDesc=new Array(); fDesc[0] = "Mining Truck is a fun game in which you are playing the role of a truck driver. Your goal is to collect the stones from one side and deliver them to the other side to the factory along a tricky challenging road. But on the way make sure not to drop your load. The fuller the truck, the more points you get. The game actually looks nice for the graphics and is fun to play."; 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 = ''; } }