function student1()
{
  var title1  = "You and Dual Credit Courses";
  document.getElementById("contentInnerHeader").innerHTML = title1;
 
  var output1  = "<h3>Qualifications</h3>";
      output1 += "<p>A student wishing to take courses through the Dual Credit Program must be either a junior or senior in high school. Some courses taken through the program have specific requirements that must be met prior to being registered. The high school principal or counselor recommends students for participation in the Dual Credit Program based on the students&rsquo; potential for academic success in college level courses.</p>";
	  output1 += "<h3>Earning Credit for Your WKU Courses</h3>";
	  output1 += "<p>Courses offered through WKU&rsquo;s Dual Credit Program are &quot;real&quot; college classes. Students taking dual credit courses are registered and enrolled at WKU as a &quot;non-degree seeking student prior to high school graduation.&quot; The grades earned in dual credit courses are the first college grades a student will receive. Whether a student decides to attend WKU or another institution after high school, grades earned in dual credit courses will be a permanent part of their academic record. Please note that participation in the Dual Credit Program does not guarantee admission to WKU as a &quot;degree seeking freshman.&quot;</p>"; 
	  output1 += "<h3>Things to Consider Before Enrolling in Dual Credit Courses</h3>";
	  output1 += "<p>Prior to enrolling in dual credit courses, students should consult with their guidance counselor to discuss how the courses fit in with their schedules and the high school&rsquo;s graduation requirements. Most colleges and universities will accept the credits earned through WKU&rsquo;s Dual Credit Program. However, students are advised to confirm this with any college or university they are thinking about attending in the future. Students who have had success with dual credit coursework usually have a minimum GPA of 2.5/4.0 and an attendance rate of at least 90%. Since dual credit courses apply toward high school graduation requirements, the signature of a principal or counselor is required on the application form.</p>";
	  output1 += "<h3>Cost</h3>";
	  output1 += "<p>Tuition for a course taken through the Dual Credit Program is $200. This is a substantial savings as the tuition for WKU courses that are not part of the Dual Credit Program is $289 per hour resulting in $867 per course. It is important to note that the tuition for the course does not include the cost of textbooks, which varies depending on the course. In addition to the course&rsquo;s tuition, the student is responsible for the one-time application fee of $35. (Students who receive free or reduced lunch should talk with their guidance counselor about providing documentation to have the WKU application fee waived.)</p>";
	  	  
  document.getElementById("students").innerHTML = output1;
  
  var ht1 = document.getElementById('students').offsetHeight;
  document.getElementById('leftNav').style.height = (ht1 + 60) + "px";
}


function student3()
{
  var title3  = "Registration Process";
  document.getElementById("contentInnerHeader").innerHTML = title3;
 
  var output3  = "<p>The Dual Credit Program registers students to their chosen courses. The registration process begins at the high school.</p><p>At the beginning of each semester in which a student wishes to take dual credit courses, an application will need to be completed. This application (link to application) can be obtained from a guidance counselor at the high school who will provide students with school specific application information and deadlines.</p><p>It is important to note that students";
      output3 += "&rsquo\; ";
	  output3 += "applications and fees must be submitted to the Dual Credit Program";
	  output3 += "&rsquo\;"; 
	  output3 += "s office by September 1 (Fall semester) or February 1 (Spring semester).</p><p>If mailing your applications and fees, please note that students are not to mail their applications to WKU";
	  output3 += "&rsquo\;";
	  output3 += "s Admissions Office, but rather to the Dual Credit Program";
	  output3 += "&rsquo\;";
	  output3 += "s office.</p>";
	  
  document.getElementById("students").innerHTML = output3;
  
  var ht3 = document.getElementById('students').offsetHeight;
  document.getElementById('leftNav').style.height = (ht3 + 100) + "px";
}

function student4()
{
  var title4  = "Policies and Procedures";
  document.getElementById("contentInnerHeader").innerHTML = title4;
 
  var output4  = "<p>This information is begin developed and will be posted soon; please check back.</p>";
	  	  
  document.getElementById("students").innerHTML = output4;
  
  var ht4 = document.getElementById('students').offsetHeight;
  document.getElementById('leftNav').style.height = (ht4 + 360) + "px";
  
}

function student5()
{
  var title5  = "Timeline";
  document.getElementById("contentInnerHeader").innerHTML = title5;
 
  var output5  = "<p>With the growth of WKU";
      output5 += "&rsquo\;";
	  output5 += "s Dual Credit Program, new procedural changes and deadlines have been implemented in order to attempt a more effective and streamlined registration process.</p><ul><li>September 1 (Fall), February 1 (Spring) ";
	  output5 += "&ndash\;"; 
	  output5 += "deadline for applications and fees to be submitted to the Dual Credit Program</li><li>Registration to courses will take place throughout September/February</li><li>October 1 (Fall), March 1 (Spring) ";
	  output5 += "&ndash\;";
	  output5 += " deadline for payment to be received";
	  output5 += "\;";
	  output5 += " last day for students to drop from their dual credit courses</li><li>KHEAA will verify enrollment in dual credit courses in early October/March for the Mary Jo Young Scholarship recipients</li><li>October 15 (Fall), March 15 (Spring) ";
	  output5 += "&ndash\;";
	  output5 += " drop for non";
	  output5 += "&ndash\;";
	  output5 += "payment</li></ul>";
	  
  document.getElementById("students").innerHTML = output5;
  
  var ht5 = document.getElementById('students').offsetHeight;
  document.getElementById('leftNav').style.height = (ht5 + 100) + "px";
  
}




