var fDesc=new Array(); fDesc[0] = "Kid's Box Classware offers you an exciting way to use the Pupil's Book material in class. This classroom software facilitates 'heads-up' learning, encouraging your students to interact even more with each other and with their learning material. As well as containing all of the lessons from the Pupil's Book, this Classware also offers the class listening exercises plus audio scripts and flashcards."; 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 = ''; } }