var fDesc=new Array(); fDesc[0] = "Right Track Freeware is a layout planning program for the PC (Windows only). The program allows you to design your dream layout using electronic templates of Atlas O's 21st Century Track® System, Atlas N scale and HO scale Snap-Track and Super-Flex Track, HO True-Track, switches, bridges, turntables, buildings and electrical controls. There are even templates for structures from Walther's Cornerstone Series, Railway Design Associates, Design Preservation Models, Life-Like, Lionel and Atlas O, LLC."; 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 = ''; } }