var fDesc=new Array(); fDesc[0] = "The Little Red Hen is an old folk tale, most likely of Russian origin. This is a software for Children who want to use the computer but can't yet use a mouse. The story is applied in teaching children the virtues of the work ethic and personal initiative. In this tale, The Little Red Hen finds a grain of wheat, and asks for help from the other animals to plant it. However, no animal will help her."; 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 = ''; } }