var fDesc=new Array(); fDesc[0] = "P.F.u.Sch. is a program that enables you to manage all your locomotives and DCC-compatible decoders. The program allows for the easy modification of all decoder registers (configuration variables or CVs) for many DCC compatible loco and accessory decoders without having to read complicated manufacturer documentation. It features 20 new decoder models, extended CV programming window (three function and six sound tabs), support for Zimo MXULF and Lenz Decoder Programmer, support for decoder with "indexed" CV addresing, and 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 = ''; } }