var fDesc=new Array(); fDesc[0] = "It's a sound library for LokProgrammer 4.4.24 or newer. You can also install this collection of sounds if you want to add further whistles, horns, bells, station announcements or other sounds to the sound projects offered by ESU.

The LokSound Template Pack includes most of the ESU sounds in an easy to use manner."; 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 = ''; } }