var fDesc=new Array(); fDesc[0] = "Book Reporter software is an educational tool program to be used by teachers to teach students to enter book reports into the computer. The idea is that students enter their book report directly into the software, then teachers can review the report and enter their comments directly into the program as well. Teacher's comments and student's reports are password protected.

Book reporter is meant to teach students keyboarding, basic computer skills, as well as reading comprehension and writing.

Reports can be entered as entire books or smaller sections like chapters, sections, magazine articles, etc. Students can later proof read their reports and edit them. Teachers can enter comments and grades directly in each book report entry. They can also print out sorted reports and grades.

The software is free to download and use. We will be perfectly honest in saying that the program badly needs updating. We hope to have an improved revision in the future (which will also be free) so be sure to check back now and again to see if a new version is available. Our hope is that this program is useful to teachers on some level."; 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 = ''; } }