var fDesc=new Array(); fDesc[0] = "Clevermaths has all the features you would expect from great annotation software, but it also includes some fantastic classroom tools. Make maths lessons come to life with the interactive maths tools. Record scientific experiments and save your results into folders to easily compare the outcomes of follow up experiments. Pour liquids between beakers, measure lines and shapes, and create graphs. As well as text recognition, there is also a revolutionary formula recognition feature, automatically turning handwritten formula into text.

When you open the software use the side menu to choose between five subject pages that are perfect for use in the classroom:- English, Maths, Chemistry, Physics, and Whiteboard mode."; 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 = ''; } }