var fDesc=new Array(); fDesc[0] = "Amy's Games! is software designed for the youngest members of your family.
Include three games for various age groups:

CrashBangWallop!3 is aimed at babies and toddlers, and provides a rewarding experience for simply banging at the keyboard.

Pick'n'Paint is aimed at toddlers and pre-schoolers, and is designed to encourage hand/eye co-ordination, and color recognition.

Matchup Madness is aimed at pre-schoolers , and is primarily designed to encourage the development of memory skills."; 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 = ''; } }