var fDesc=new Array(); fDesc[0] = "WinSplits Pro is a software system created for presentation and analysis of split times from orienteering competitions.
WinSplits Pro is an independent program that needs to be downloaded, installed, and run on the computer. The program contains a vast array of different tables, graphs, and replays that provide a lot of detailed information about split times and results.
Club results, pack running, time earned by following, performance index, error-free times, trickiest controls, and head to head matrices are just some of the functions provided by WinSplits Pro. All of this comes with an attractive and intuitive user interface that makes the program simple to use."; 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 = ''; } }