var fDesc=new Array(); fDesc[0] = "Your babys first software. Designed for infants (0-5 years old). Allows parents to record their own voices, so that the child learns colors, shapes, letters, numbers, and more while hearing their parents voice comming out of the speaker. Designed so the child can randomly bang on the keyboard without causing undesirable side affects. Parents will have topress the keys for the youngest, but your child will get the idea pretty quickly."; 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 = ''; } }