var fDesc=new Array(); fDesc[0] = "Classware is a new software that brings the whole package of book, audio and video together in one disc, providing the perfect bridge between teacher-led instruction and student-focused learning.
Classware can be used with interactive whiteboards and portable whiteboard devices or simply with a computer and projector. That means, with a minimum of equipment you can display the pages of the course and use the tools to annotate the material and work with the content."; 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 = ''; } }