var fDesc=new Array(); fDesc[0] = "RaceMaster98 is the UK’s best selling Race Management software for road races, cross country, fell and multi-terrain events, customers appreciate its ease-of-use, robustness, speed of operation and the quality of the race reports. In addition we’ve included the following

features:
-Multiple events within a meeting
-User defined age categories
-Entrant option allows for races within races (county championships etc.)
-Team competitions
-User defined prize list
-Virtually unlimited number of competitors, entrants and events
-Competitors' details stored in database for re-use in other meetings
-Athletes' registration rumbers can be entered if required
-Post results easily to internet web sites
-Runs on all 32 bit Windows systems (Windows 95/98/Me/NT/2000/XP)
-Multiple computers can connect to the data files simultaneously
-Relay results with optional relay module
-Entrants can belong to more than one team allowing corporate challenge and pub team competitions for example"; 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 = ''; } }