var fDesc=new Array(); fDesc[0] = "Inside Day is a educational software that will help your children learn a funny poem. Inside day will also learn your children about meteorological phenomenas and it will give them ideas of spending a day inside home, in a funny and productive way.

Inside day give meaning to words and concepts. The children can use the software on their own, by simply pressing the spacebar."; 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 = ''; } }