var fDesc=new Array(); fDesc[0] = "Little Mouse Master is designed to teach children how to use a computer mouse for the first time. Simply guide the child on using the mouse and watch the pictures come to life with animations and sounds! Kids will enjoy clicking on the right objects and be encouarged to move the mouse cursor in the right direction.

Parents and teachers will see a difference in very little time as they watch the child become a little mouse master!"; 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 = ''; } }