var fDesc=new Array(); fDesc[0] = "With RailMaster connected, the power of the Elite can be harnessed like never before. RailMaster is a totally new way to control a model railway.

Any number of locomotives can be set up for use with RailMaster. Each locomotive can be given tailored default settings to suit individual locomotives. For example shunting speed, cruising speed, direction lights and so on. RailMaster also supports Hornby DCC sound locomotives and these functions can be selected quickly and easily from a single control screen or written into programs."; 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 = ''; } }