function PrintHomeLink () {
  document.write('<DIV ID="sectionhead">');
  document.write('<A href="http://www.LECYC.com">Little Egypt Christian Youth Camp - Main Page</A>');
  document.write('</DIV>');
}


function PrintHeaderImage () {
  document.write('<DIV ID="header">');
  document.write('<IMG SRC="http://www.lecyc.com/images/sphinxlogo.jpg" ALT="LITTLE EGYPT CHRISTIAN YOUTH CAMP">');
  document.write('</DIV>');
}


function PrintNavigationLinks () {
  document.write('<DIV id=BannerToolbar>');
  document.write('<A class=topnav href="index.htm">Home</A> | ');
  document.write('<A class=topnav href="camp.htm">Upcoming Encampments</A> | ');
  document.write('<A class=topnav href="directions.htm">Directions</A> | ');
  document.write('<A class=topnav href="general.htm">General Information</A> | ');
  document.write('<A class=topnav href="pics.htm">Pictures</A> | ');
  document.write('<A class=topnav href="quiz.htm">Bible Quizzes</A>');
  document.write('<A class=topnav href="study.htm">Study Materials</A> |');
  document.write('</DIV>');
}


function PrintFooter ( lastupdate ) {
  document.write('<DIV ID="footer">');
  document.write('This page was last updated: ');
  document.write(lastupdate);
  document.write('<BR>');
  document.write('</DIV>');
}
