var fDesc=new Array(); fDesc[0] = "MHX Preschool Jumpstart is an educational program to help parents give their children a head start in the learning process before school begins. When children are young, their cognitive abilities develop the most rapidly, so it is best to nurture their develop as much as possible.

This program include small games and lessons that can be done individually or with parents and others to learn fundamental learning basics such as letters, numbers, how to spell, how to count, learn the difference of shapes and colors, and even a few mini games."; 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 = ''; } }