var fDesc=new Array(); fDesc[0] = "O-Lynx Touch is a program to allow individuals at orienteering events to register themselves easily for a course before a competition without assistance. It reduces the workload and stress required to run an event. It reduces the time for the registration for those with their own Sportident card and even for those with a hired one. It allows individuals to run a second course simply – they can re-register themselves while keeping the same SI chip number."; 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 = ''; } }