function template(){

document.write('<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">');
document.write('<TR>');
document.write('<TD><IMG SRC="http://overbrookchurch.org/image/rowOne.jpg" BORDER="0" ALT="Row 1 Square"></TD>');
document.write('<TD WIDTH="100%" ROWSPAN="2" STYLE="background-image: url(http://overbrookchurch.org/image/titleBackgroundB.jpg); background-repeat: repeat-x;">');
document.write('<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">');
document.write('<TR>');
document.write('<TD ROWSPAN="2"><IMG SRC="http://overbrookchurch.org/image/titleBackgroundA.jpg" ALT="Row 1 Transition"></TD>');
document.write('<TD>');
document.write('<TABLE  BORDER="0" CELLPADDING="0" CELLSPACING="0">');
document.write('<TR><TD STYLE="height: 110px;">');
document.write('<IMG SRC="http://overbrookchurch.org/Overbrook.bmp" ALT="Overbrook">');
document.write('<IMG SRC="http://overbrookchurch.org/PresbyterianChurch.bmp" ALT="Presbyterian Church">');
document.write('</TD></TR></TABLE></TD></TR><TR><TD STYLE="height: 33px;"></TD>');
document.write('</TR></TABLE></TD></TR><TR>');
document.write('<TD><IMG SRC="http://overbrookchurch.org/image/rowTwo.jpg" BORDER=0 ALT="PCUSA Emblem"></TD>');
document.write('</TR><TR>');
document.write('<TD VALIGN="TOP" STYLE="background-image: url(http://overbrookchurch.org/image/rowThree.jpg); background-repeat: repeat-y;">');
document.write('<IMG SRC="http://overbrookchurch.org/image/rowThreeA.jpg" BORDER="0" ALT="Row 3 Transition">');

sideMenu();  

document.write('</TD><TD VALIGN="top">');

}

function sideMenu(){
  document.write('<TABLE BORDER="0" CELLPADDING="2" CELLSPACING="0" WIDTH="125">');

  printMenuItem('<A CLASS=SideBar HREF="http://overbrookchurch.org/index.php">Home</A>');

  printMenuItem('<A CLASS=SideBar HREF="http://overbrookchurch.org/worship.html">Worship</A>');

  printMenuItem('<A CLASS=SideBar HREF="http://overbrookchurch.org/prayer.php">Daily Prayer/Reading</A>');

  printMenuItem('<A CLASS=SideBar HREF="http://overbrookchurch.org/history.html">Our History</A>');

  printMenuItem("<A CLASS=SideBar HREF='http://overbrookchurch.org/community.html'>Our Community</A>");

  printMenuItemWLine("<A CLASS=SideBar HREF='http://overbrookchurch.org/whatsNew.html'>What's New</A>");

  printMenuItem('<A CLASS=SideBar HREF="http://overbrookchurch.org/education.html">Christian Education</A>');

  printMenuItem('<A CLASS=SideBar HREF="http://overbrookchurch.org/activities.html">Community Activities</A>');

  printMenuItem('<A CLASS=SideBar HREF="http://overbrookchurch.org/fellowship.html">Fellowship Activities</A>');

  printMenuItem('<A CLASS=SideBar HREF="http://overbrookchurch.org/mission.html">Mission</A>');

  printMenuItem('<A CLASS=SideBar HREF="http://overbrookchurch.org/music.html">Music</A>');

  printMenuItemWLine('<A CLASS=SideBar HREF="http://overbrookchurch.org/preschool.html">PreSchool</A>');

  printMenuItem('<A CLASS=SideBar HREF="http://overbrookchurch.org/cstaff.html">Clergy / Staff</A>');

  printMenuItem('<A CLASS=SideBar HREF="http://overbrookchurch.org/committees.html">Committees</A>');

  printMenuItem('<A CLASS=SideBar HREF="http://overbrookchurch.org/facilities.html">Church Facilities</A>');

  printMenuItem('<A CLASS=SideBar HREF="http://overbrookchurch.org/calendar.html">Calendar Of Events</A>');

  printMenuItem('<A CLASS=SideBar HREF="http://overbrookchurch.org/contact.html">Contact Us</A>');
  document.write('</TABLE>');        
}

function prayerLink(){
	// get today"s date
	var fullDate = new Date();
	var date = fullDate.getDate();
	var month = fullDate.getMonth()+1;
	var year = fullDate.getFullYear();

	return 'http://overbrookchurch.org/prayer.php?today='+ year + '-' + month + '-' + date;
}

function printMenuItem(link){
  document.write('<TR><TD><EM><STRONG>');
  document.write(link);
  document.write('</STRONG></EM></TD></TR>');
}

function printMenuItemWLine(link){
  document.write('<TR><TD><EM><STRONG>');
  document.write(link);
  document.write('</STRONG></EM><BR><HR STYLE="color: #993333;"></TD></TR>');
}

function bottomMenu(){
  document.write('</TD></TR></TABLE>');  

  document.write('<HR><DIV STYLE="text-align: center; font-size: 8pt;">');

  document.write(' | ');
  document.write('<a HREF="http://overbrookchurch.org/index.php">Home</a> | ');
  document.write('<a HREF="http://overbrookchurch.org/worship.html">Worship</a> | ');
  document.write('<a HREF="http://overbrookchurch.org/prayer.php">Daily Prayer/Reading</a> | ');
  document.write('<a HREF="http://overbrookchurch.org/history.html">Our History</a> | ');
  document.write('<a HREF="http://overbrookchurch.org/community.html">Our Community</a> | ');
  document.write("<a HREF='http://overbrookchurch.org/whatsNew.html'>What's New</a> | ");
  document.write('<a HREF="http://overbrookchurch.org/education.html">Christian Education</a> | ');
  document.write('<a HREF="http://overbrookchurch.org/activities.html">CommunityActivities</a> | ');
  document.write('<a HREF="http://overbrookchurch.org/fellowship.html">Fellowship Activities</a> | ');
  document.write('<a HREF="http://overbrookchurch.org/mission.html">Mission</a> | ');
  document.write('<a HREF="http://overbrookchurch.org/music.html">Music</a> | ');
  document.write('<a HREF="http://overbrookchurch.org/preschool.html">PreSchool</a> | ');
  document.write('<a HREF="http://overbrookchurch.org/cstaff.html">Clergy/Staff</a> | ');
  document.write('<a HREF="http://overbrookchurch.org/committees.html">Committees</a> | ');
  document.write('<a HREF="http://overbrookchurch.org/facilities.html">Church Facilities</a> | ');
  document.write('<a HREF="http://overbrookchurch.org/calendar.html">Calendar/Events</a> | ');
  document.write('<a HREF="http://overbrookchurch.org/contact.html">Contact Us</a> | ');

  document.write('<HR>');

 var fullDate = new Date();
 var year = fullDate.getFullYear();

  document.write('<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">');
  document.write('<COLGROUP VALIGN="bottom"><COL WIDTH=100><COL><COL WIDTH=100></COLGROUP>');
  document.write('<TR><TD></TD>');
  document.write('<TD>Copyright '+year+' Overbrook Presbyterian Church</TD>');
  document.write('<TD ALIGN="right"><a href="http://validator.w3.org/check?uri=referer">');
  document.write('<img src="http://overbrookchurch.org/image/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="25" width="66"></A>');
  document.write('</TD></TR></TABLE></DIV>');
}

