var fDesc=new Array(); fDesc[0] = "Dazzle 03 is an intuitive, creative and flexible package that has been designed to inspire creativity in a constructive learning environment. When you start Dazzle 03 there are four predefined levels that have been designed to suit the needs of different age groups. Each level has a different configuration of tools that have been chosen to match with the skills and abilities of children in that age range."; 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 = ''; } }