var fDesc=new Array(); fDesc[0] = "Have you ever wished there was a way to create interactive activities for your pupils, quickly and easily? Something more far reaching than paper based exercises and something which pupils actually thought was fun? Fuse Creator enables you to bring activities to life with images, sound, video and animation and makes creating activities really easy to do because there’s a whole host of templates to help get started such as drag and drop, ordering and fill the gap."; 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 = ''; } }