var fDesc=new Array(); fDesc[0] = "It is an integrated series delivering everything you need to help your pupils acquire key thinking skills, such as inference, evaluation and deduction. Each interactive CD-ROM features an exciting range of multi-media tools including multi-layered texts from the range of fiction and non-fiction genres, illustrations, sound effects, voice-overs and animations to help you deliver engaging comprehension lessons."; 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 = ''; } }