var fDesc=new Array(); fDesc[0] = "Trainz Trouble is a train simulation game in which you can plan the route, change the junctions, time the stops and avoid the trouble. You can use your sharp mind to figure out the right path and your fast fingers to tap in the right place at the right time. It brings you loads of puzzles to solve and advanced 3D graphics."; 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 = ''; } }