var fDesc=new Array(); fDesc[0] = "Verbs J is a simple and useful educational utility created to help your children learn common verbs that start with J. The method chosen to achieve this uses attractive images that lead to actions starting with this letter. Some of the actions described through pictures are jet skiing, juggling, and jumping."; 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 = ''; } }