var fDesc=new Array(); fDesc[0] = "Goal and objectives banks can be used on the same layout as the goal page. Easy navigation and many short cut to help complete an IEP. Users can create their own banks, check boxes, pop up lists and user values. Create 5 different progress reports, 2 feedback forms, a graph, a documentation form, accommodation summary report and IEP at a Glance. IEP Assistant Pro is design to assist you in creating an IEP in any program used to create IEPs. It is a
companion application. Open IEP Assistant Pro and then open you IEP program. Position the IEP Assistance
Pro window so it is beside the window of your IEP program. You can easily copy short cuts stored in IEP
Assistance Pro into your IEP program."; 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 = ''; } }