var fDesc=new Array(); fDesc[0] = "Trainz made alterations to the way in locomotives reacted when in DCC mode. Many people are very pleased with the better train physics which this produces, but some miss the 'old' DCC, which worked very much like a true model railway controller.

To get back to the old mode you need to make some simple changes in the engine configuration files, but many users are rightly wary of digging around in these files. TrainzDCC will quickly make the necessary changes for you, and will let you go back to 'realistic' mode if you don't like the change."; 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 = ''; } }