var fDesc=new Array(); fDesc[0] = "SM-Marks is the markbook application that takes the hard work out of recording student results and doing calculations on the marks. Using SM-Marks saves you time and effort, and the results are accurate too. No need to worry about setting up a spreadsheet like Excel, with SM-Marks all the calculations you need are built-in and ready to go."; 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 = ''; } }