var fDesc=new Array(); fDesc[0] = "It's a collection of some interactive books for children which all contain the same basic story line: Mema in Germany knits her longing for her grandson Yann in France into different sweaters for him. Every time, Yann puts on one of this sweaters and says a spell, he gets involved into exciting stories.
This program appears like real books in which you can turn over the pages.
Also this program includes little animations and sounds by clicking on the illustrations."; 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 = ''; } }