var fDesc=new Array(); fDesc[0] = "Nouns F is a utility that helps children learn the main words which start with letter F. The application provides clear and nice colored images, for an easy identification. This keeps children attentive and engaged in active learning. In addition, the slides also have voice coverage."; 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 = ''; } }