var fDesc=new Array(); fDesc[0] = "Train Store assists in storing MSTS Routes, activities consists paths, and TSECTION.DAT files efficiently, without requiring changes to the MSTS configuration, and without making additional copies of files or installations of MSTS. Train Store has a ‘Lot Number’ or categorization facility which allows you to categorize Consists or Stock Items, so that they may be easily selected, when setting up Consist, or Stock Lists."; 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 = ''; } }