var fDesc=new Array(); fDesc[0] = "The UKTrainSim Freeware Project is here to make your life easier. By collecting together freeware items and re-skins for RailWorks donated by the community into simple to download and install packs that hope to achieve the following core aims:
- Free
- Simple to install
- Reliable resource for freeware developers
- Significantly increase the amount of free content available
It goes without saying that the packs would not exist without the community coming together and supporting it. Many members of the community have offered words of encouragement, support, time, energy and much more."; 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 = ''; } }