var fDesc=new Array(); fDesc[0] = "CDPSave is designed for TRS2006 and TS2009 users who want to save a copy of files they have downloaded (i.e. files with the .CDP extension). In earlier versions of Trainz management of these files was fairly easy, but now the files are saved with meaningless names in the TRS2006(TS2009)\cache\internet folder. CDPSave will rename the files with a sensible name, and copy (or move) them to a specified location. It will also optionally create HTML thumbnail pages of the saved .cdp files. Other features are also included such as the ability to easily change the Trainz options and keyboard shortcuts."; 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 = ''; } }