var fDesc=new Array(); fDesc[0] = "Nouns Q is an application designed for children to help them associate common words to letter Q. This utility provides attractive images, easily recognizable by kids from an early age. The voice coverage makes this tool even more captivating. In this way, children are actively learning the main nouns that start with Q."; 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 = ''; } }