var fDesc=new Array(); fDesc[0] = "ChrisTrains Scenery Mat54 is an add-on for RailSimulator. The add-on enhances the game by adding the Mat54 locomotives and improves the assets with additional scenery and visual modification of the built-in graphics. The add-on can be installed on RailSimulator or Train Simulator since it's compatible with both games."; 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 = ''; } }