var fDesc=new Array(); fDesc[0] = "WinMSS is a program designed specifically to make it easy to score official IPSC matches accurately and in compliance with the IPSC rules. It is the official scoring program for IPSC sanctioned Matches. WinMSS takes the IPSC statistician through all stages of Match operations - from course design through registration, from data entry to match results."; 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 = ''; } }