//==============content=file===============
//
//All site content can be edited here
//Read ReadMe.txt before editing
//
//=========================================

//about.asp content

function our_mission(){
document.getElementById("headercontent").innerHTML="<font class='header'>Our Mission</font>";
document.getElementById("bodycontent").innerHTML="The Academic Coach is committed to providing quality supplemental education to students in grades K-12.  By sparking your student’s interest in an academic subject and increasing his/her understanding of the lesson material, the Academic Coach aspires to improve his/her academic performance and increase academic success.<br><br><a href='about.asp' target='_self'>back</a>";
}

function our_coaches(){
document.getElementById("headercontent").innerHTML="<font class='header'>Our Coaches</font>";
document.getElementById("bodycontent").innerHTML="The coaches at the Academic Coach are well-qualified, enthusiastic instructors eager to assist your student.  Our team of coaches consist of certified teachers as well as highly skilled experts from diverse professional backgrounds.<br><br><a href='about.asp' target='_self'>back</a>";
}

function our_goals(){
document.getElementById("headercontent").innerHTML="<font class='header'>Our Goals</font>";
document.getElementById("bodycontent").innerHTML="Increase Student Interest<br>Increase Student Understanding<br>Improve Student Academic Performance<br><br><a href='about.asp' target='_self'>back</a>";
}

//end of about.asp content

//servies.asp content

//end of services.asp content

//progress.asp content

function student_int(){
document.getElementById("headercontent").innerHTML="<font class='header'>Assessing Student Interest</font>";
document.getElementById("bodycontent").innerHTML="Student interest is measured by the observation of the student’s preparedness, mood, and eagerness.  Students who come prepared for each session generally show more interest in their session.  The level of interest is also evident in the mood exhibited by the student during the session.  The eagerness of the student to learn is also a contributing factor to their interest in the subject.<br><br>By monitoring the interest level of the student, The Academic Coach determines better ways to assist the student.<br><br><a href='progress.asp' target='_self'>back</a>";
}

function student_under(){
document.getElementById("headercontent").innerHTML="<font class='header'>Assessing Student Understanding</font>";
document.getElementById("bodycontent").innerHTML="Student understanding is determined by analyzing the feedback from the student.  The student’s questions and comments during the session are noted in order to assess their level of understanding.  The analysis of student feedback helps The Academic Coach determine better ways to assist the student. <br><br><a href='progress.asp' target='_self'>back</a>";
}

function academic_pro(){
document.getElementById("headercontent").innerHTML="<font class='header'>Assessing Academic Performance</font>";
document.getElementById("bodycontent").innerHTML="The academic performance of the student is assessed for each session through drills, practice problems, and assignments. The scores from these examinations indicate the student’s academic success and further denote his/ her level of understanding.  These scores provide important feedback for the Academic Coach to determine better ways to assist the student. <br><br><a href='progress.asp' target='_self'>back</a>";
}

//end of progress.asp content

//studentlogin.asp content

//end of studentlogin.asp content

//stafflogin.asp content

//end of stafflogin.asp content

//contact.asp content

function showonlinecontact(){
document.getElementById("headercontent").innerHTML="<font class='header'>Online Contact Form</font>";
document.getElementById("bodycontent").innerHTML="<form name='online contact form' action='contact.asp' method='POST'>Please provide all necessary information. When complete, <font class='important'>click send</font>.<br><br><input type='hidden' name='id' value='1'>First Name:<br><input type='text' name='firstname' class='objects'><br>Last Name:<br><input type='text' id='lastname' name='lastname' class='objects'><br>E-mail Address:<br><input type='text' name='email' class='objects'><br>Phone Number:<br><input type='text' name='phone1' size='4' class='objects' maxlength='3'>-<input type='text' name='phone2' size='4' class='objects' maxlength='3'>-<input type='text' name='phone3' size='8' class='objects' maxlength='4'><br>Where did you here about us?:<br><select name='marketing' id='marketing' class='objects'><option value='none' selected>please select one</option><option value='BCPL'>BCPL</option><option value='Yellow Pages'>Yellow Pages</option><option value='BCPS'>BCPS</option><option value='A Friend'>A Friend</option><option value='A Relative'>A Relative</option><option value='Other'>Other</option></select><br>Send this to:<br><select name='to' class='objects'><option value='info@theacoach.com' selected>information</option><option value='altcrawford@theacoach.com'>Angelita Crawford</option></select><br>Subject:<br><input type='text' name='subject' class='objects'><br>Message:<br><textarea name='message' cols='35' rows='10' class='objects'></textarea><br><input type='submit' name='submit' value='send' class='objects'> <input type='reset' name='clear' value='clear' class='objects'></form>";
}

function whatdoyouthink(){
document.getElementById("headercontent").innerHTML="<font class='header'>Online Contact Form</font>";
document.getElementById("bodycontent").innerHTML="<form name='online contact form' action='contact.asp' method='POST'>Please provide all necessary information. When complete, <font class='important'>click send</font>.<br><br><input type='hidden' name='id' value='1'>First Name:<br><input type='text' name='firstname' class='objects'><br>Last Name:<br><input type='text' id='lastname' name='lastname' class='objects'><br>E-mail Address:<br><input type='text' name='email' class='objects'><br>Phone Number:<br><input type='text' name='phone1' size='4' class='objects' maxlength='3'>-<input type='text' name='phone2' size='4' class='objects' maxlength='3'>-<input type='text' name='phone3' size='8' class='objects' maxlength='4'><br>Where did you here about us?:<br><select name='marketing' id='marketing' class='objects'><option value='none' selected>please select one</option><option value='BCPL'>BCPL</option><option value='Yellow Pages'>Yellow Pages</option><option value='BCPS'>BCPS</option><option value='A Friend'>A Friend</option><option value='A Relative'>A Relative</option><option value='Other'>Other</option></select><br>Send this to:<br><select name='to' class='objects'><option value='info@theacoach.com' selected>information</option><option value='altcrawford@theacoach.com'>Angelita Crawford</option></select><br>Subject:<br><input type='text' name='subject' class='objects'><br>Tell us what you think:<br><textarea name='message' cols='35' rows='10' class='objects'></textarea><br><input type='submit' name='submit' value='send' class='objects'> <input type='reset' name='clear' value='clear' class='objects'></form>";
}

//end of contact.asp content