var fDesc=new Array(); fDesc[0] = "This addon contains 6 scenarios for the Class 142 by Armstong Powerhouse/Waggonz. It can be installed on your Train Simulator game. To use this route you must have the legacy TS2012 content and the Armstrong Powerhouse/Waggonz Class 142. Two of the scenarios use the UKTS Freeware Route Pack-Coniston Branch route. 1 scenario on the Great Western Main Line Add-On (Ox-Padd) uses the UKTS Freeware Clutter pack."; 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 = ''; } }