var fDesc=new Array(); fDesc[0] = "Magic Theatre is the award-winning software that brought the art of storytelling to the computer era by allowing kids as young as three to make their own movies. Simple to use, with Magic Theatre you can effortlessly blend animations, music, and your own narration and drawings to create short films – the only limit is your imagination.

Developed with educators, artists, and most importantly – children – Magic Theatre provides not only endless entertainment, but also develops artistic, speech, and extemporization skills. All of these form the foundations for the communication skills essential in every part of life. And you give your kids this great start for free!"; 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 = ''; } }