var fDesc=new Array(); fDesc[0] = "4Matrix is a SQL database-driven networked application that has a look and feel similar to MS Office; it is suitable for use in schools. 4Matrix provides power tools which can be used to analyse, compare, forecast and report on the performance of subjects, the quality of learning and the progress made by different groups of pupils, and the consistency and impact of teaching. it supports key stages 3, 4, and."; 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 = ''; } }