var fDesc=new Array(); fDesc[0] = "RM Easiteach Next Generation is RM Education Software Products’s latest interactive software for your classroom designed to help you create and deliver motivational and engaging lessons.
Easiteach has a range of key features, which make it the ideal software application for whatever hardware your school may use for whole class teaching purposes.
Manage your account, download resources, chat and share ideas with other users and receive latest product updates all online within RM Easilearn.
Download a free trial of Easiteach and see how easy it is to create and deliver motivational and engaging lessons using your interactive whiteboard or classroom hardware."; 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 = ''; } }