var fDesc=new Array(); fDesc[0] = "SiusRank is a well-known ranking program for all ISSF and CISM elimination and qualification competitions.
Parallel to the shooting data acquisition of SiusData, the SiusRank puts the processing of such data in the foreground. During the competitions, current rankings can be continuously output according to averages."; 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 = ''; } }