var fDesc=new Array(); fDesc[0] = "Sound of Letters and Numbers in English is an application that plays the sound of all the letters and numbers in English. The letters played are A through Z and the numbers are 1 through 100. You can click the letters and numbers to hear their sound. You can also type letters and numbers to hear their sound. Drag the letters and numbers around the screen, resize and arrange them any way you like."; 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 = ''; } }