function refer()
{
var txt =
"Every effort has been made to make the program as simple, intuitive and elegant as possible. It should take less than one minute per day to make entries for a student. Students can also be assigned to groups so that an assignment only needs to be entered once for the whole group."+"%0A"+"%0A"+
"A teacher can define target behaviors for the child to work on at school. A quick graphic rating system allows you to track changes over time"+"%0A"+"%0A"+
"The Homework section allows teachers and parents to track homework,  step by step, from their assignment, through their completion and being turned in.  At a glance, you can tell whether this chain of events is unfolding on schedule to be completed by the due date, or, the chain has broken and a completed assignment has found its way to the bottom of a locker or book bag, rather than the teacher's desk."+"%0A"+"%0A"+
"This is a section where parents and teachers can exchange narrative descriptions. Often it is very helpful not just to rate a behavior, particularly if it's bad, but also to describe exactly what precipitated and reinforced the problem. Sometimes a homework assignment needs elaboration, or kudos needs to be sent."+"%0A"+"%0A"+
"Here you can enter grades for assignments, tests, and quizzes.  These are in a numeric format such as 2, 8, 70 or .70. A grade average for each course is automatically computed."+"%0A"+"%0A"+
"Whenever there is a new entry in this section, an email is automatically sent to the other party notifying them."+"%0A"+"%0A"+
"http://www.homeworkmessenger.com"+"%0A"+"%0A"+
"Lawrence Weathers, Ph.D."+"%0A"+
"Psychologist"+"%0A"+
"6921 E Jamieson Rd."+"%0A"+
"Spokane WA. 99223-1845"+"%0A"+
"weathers@caer.com"+"%0A"+
"http://www.caer.com"+"%0A"+
"http://www.adhdhelp.org";

txt += "" ;
var to="" ;
var sb = "[Enter a message to your friend here.]" ;
var ad = 'mailto:' + to + '?subject=' + sb + '&body=' + txt ;
document.location = ad ;
}
