var fDesc=new Array(); fDesc[0] = "The PhonicsTutor method of instruction teaches students the common sounds for an extended set of Orton-Gillingham phonograms with spelling rules. Beginning with single-letter phonograms and single-syllable words and progressing to multi-letter phonograms and multi-syllable words, PhonicsTutor allows students to gain phonemic awareness without the frustration of memorizing a large set of phonograms and associated spelling rules before reading words and sentences."; 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 = ''; } }