var fDesc=new Array(); fDesc[0] = "Numbaz is an easy to use basic calculator designed specifically for children to introduce them to the world of mathematics in a fun and exciting way. With features like talking numbers, cool bouncing effects and a customizable design with multiple colors it will sure appeal to children of all ages."; 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 = ''; } }