var fDesc=new Array(); fDesc[0] = "Passenger Train Simulator is a 3D train simulation game for Windows users. You will take control of several passenger trains and drive them to points of destinations in time. You need to transport passengers from station to station and stop your trains fully at stop positions to complete all missions. You must avoid high speeds on a curved way, otherwise derailment can happen."; 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 = ''; } }