var fDesc=new Array(); fDesc[0] = "The Report King is a software build for teachers in order to create reports. There are no statement banks for you to look through. The Report King automatically picks and randomises relevant statements for you. The Report King can even merge it’s statements into a pre-existing Word document - this means you can use your school’s existing report format. Because The Report King produces documents you can open in your word processor, you are free to change the reports in any way you wish."; 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 = ''; } }