var fDesc=new Array(); fDesc[0] = ""In Sequence - Illustrated Stories" focuses on the cognitive skill of arranging pictures in a chronological sequence. The pictures are taken from a story that is read prior to the activity. Each story is carefully written where each page clearly defines a chronological action. Optionally, when the story is finished, a "Review Lesson" of the sequencing task is presented on the screen showing the correct order of the pictures."; 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 = ''; } }