var fDesc=new Array(); fDesc[0] = "Mangodata is a powerful yet easy to use multi-user database for education. It allows pupils to easily create a database, enter information and then search the data to display results through a range of graphs.

This information might include a class survey, historical census information or perhaps the results of a scientific investigation. There is a ‘live’ link between the graphs and the data so that when the data is changed, the graphs are automatically updated."; 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 = ''; } }