var fDesc=new Array(); fDesc[0] = "Martial Arts Grading Manager BASICS:
The second in our new BASICS range. Designed for the independent club or school that want to process their own Student gradings with the minimum of fuss, and without the usual pile of paperwork. Its database is made especially for you because it stores the minimum amount of information so you cand accurately grade your students.
Its not compatible with previous versions."; 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 = ''; } }