var fDesc=new Array(); fDesc[0] = "Product Description:
Smart Kid ? Learning My ABCs is a software program developed to help your child build a strong work ethic, self confidence and a positive self worth, while learning their ABCs. The software allows you to start building the educational foundation for your child while they are introduced to the learning process.

Much of a person's self worth is based on the experiences they have as a child. These experiences stay in the person?s subconscious mind and often affect them for the rest of their lives.

The Canadian Government concluded the following in their early childhood study:

?It is clear that the early years from conception to age six have the most important influence of any time in the life cycle of brain development and subsequent learning, behavior and health. The effects of early experiences, particularly during the first three years, on the wiring and sculpting of the brain's billions of neurons, last a lifetime.?

Smart Kid - Learning My ABCs lets your child match letters of the alphabet with related pictures that start with the corresponding letters."; 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 = ''; } }