var fDesc=new Array(); fDesc[0] = "This program is a backup plugin for the SportTracks. With it you can backup and restore the settings and data of SportTracks and most of its plugins. This plugin automatically creates backups, when the SportTracks application is closed.
Also, you can transport your SportTracks settings and data from one PC to another."; 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 = ''; } }