var fDesc=new Array(); fDesc[0] = "Edit Prep helps teachers easily create worksheets for reading and writing skill building. With just a few clicks, teachers can produce reading comprehension worksheets, CLOZE activities, and "proofreading" worksheets that test spelling, punctuation, capitalization, sentence structure, and more depending on the options that you choose. Teachers can use one of almost 2 dozen included reading passages, or import reading passages from any outside source. The worksheets are instantly formatted and ready to print or save. Controls for customizing your worksheet with fonts, colors, clipart, formatting, and more are included."; 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 = ''; } }