function myHeader() {

	document.write("<style type='text/css'> img {border: none} H4 {margin: 8px 0px} H4.book {margin: 18px 0px} </style>" +
  	"<style fprolloverstyle>A:hover {color: #3399FF; font-weight: bold}</style></head>" +
  	"<body bgcolor='#00005a' background='images/GoldMarble.png'>" +
  	"<p><center><table width='782' cellpadding='0' cellspacing='0' background='images/GoldMarble.png' border='0'>" +
  	"<tr border='0'>" +
    "<td colspan='2' style='background-image: url(images/blueBackground-header.png); background-repeat: no-repeat; background-position: bottom; '>" +
    "<p align='center'><img src='images/Title.png' alt='Church of Mount Zion'>" +
    "<p align='center'>" +
    "<a href='index.htm'>" +
    "<img name='home' src='Buttons/Home.gif' alt='Home Page' width='77' height='17'></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +
    "<a href='Announcements.asp'>" +
    "<img name='announcements' src='Buttons/Announcements.gif' alt='Announcements' width='99' height='17'></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +
    "<a href='StatementofFaith.asp'>" +
    "<img name='statement' src='Buttons/statement.gif' alt='Statement of Faith' width='119' height='17'></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +
    "<a href='vision.asp'>" +
    "<img name='vision' src='Buttons/vision.gif' alt='Statement of Faith' width='70' height='17'></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +
    "</p><p align='center'>" +
    "<a href='bible.asp'>" +
    "<img name='bible' src='Buttons/Bible.gif' alt='The Bible Says...' width='104' height='17'></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +
    "<a href='salvation.asp'>" +
    "<img name='salvation' src='Buttons/salvation.gif' alt='salvation' width='61' height='17'></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +
    "<a href='HolySpirit.asp'>" +
    "<img name='holyspirit' src='Buttons/holyspirit.gif' alt='The Holy Spirit' width='99' height='17'></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +
    "<a href='worship.asp'>" +
    "<img name='worship' src='Buttons/worship.gif' alt='About Our Worship' width='84' height='17'></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +
    "</td>" +
  	"</tr>");
}

function leftbar() {
  document.write("<tr><td align='center' valign='top' width='165' background='images/bluebackgroun2.jpg'>");
  document.write("<p><br><a href='Staff.asp' onMouseOver='document.images[" + '"staff"' + "].src=" + '"Buttons/staff-hover.gif"' + "' onMouseOut='document.images[" + '"staff"' + "].src=" + '"Buttons/staff.gif"' + "'>");
  document.write("<img name='staff' src='Buttons/Staff.gif' alt='Our Staff' width='102' height='17'></a>");
  document.write("<p><br><a href='PastorsPen.asp' onMouseOver='document.images[" + '"pastorpen"' + "].src=" + '"Buttons/pastorpen-hover.gif"' + "' onMouseOut='document.images[" + '"pastorpen"' + "].src=" + '"Buttons/pastorpen.gif"' + "'>");
  document.write("<img name='pastorpen' src='Buttons/pastorpen.gif' alt='Pastor%27s Pen' width='81' height='17'></a></p>");
  document.write("<p><br><a href='audio.asp' onMouseOver='document.images[" + '"audio"' + "].src=" + '"Buttons/audio-hover.png"' + "' onMouseOut='document.images[" + '"audio"' + "].src=" + '"Buttons/audio.png"' + "'>");
  document.write("<img name='audio' src='Buttons/audio.png' alt='Audio' width='148' height='17'></a></p>");
  document.write("<p><br><a href='Books.asp' onMouseOver='document.images[" + '"books"' + "].src=" + '"Buttons/books-hover.gif"' + "' onMouseOut='document.images[" + '"books"' + "].src=" + '"Buttons/books.gif"' + "'>");
  document.write("<img name='books' src='Buttons/books.gif' alt='Books by Pastor Dan Caram' width='128' height='17'></a></p>");
  document.write("<p><br><a href='QuestionBoard.asp' onMouseOver='document.images[" + '"questionboard"' + "].src=" + '"Buttons/questionboard-hover.gif"' + "' onMouseOut='document.images[" + '"questionboard"' + "].src=" + '"Buttons/questionboard.gif"' + "'>");
  document.write("<img name='questionboard' src='Buttons/questionboard.gif' alt='Question Board' width='97' height='17'></a></p>");
  document.write("<p><br><a href='http://www.zionfellowship.org' onMouseOver='document.images[" + '"zionfellowship"' + "].src=" + '"Buttons/zionfellowship-hover.gif"' + "' onMouseOut='document.images[" + '"zionfellowship"' + "].src=" + '"Buttons/zionfellowship.gif"' + "'>");
  document.write("<img name='zionfellowship' src='Buttons/ZionFellowship.gif' alt='Zion Fellowship' width='109' height='17'></a></p>");
  document.write("<p><br><a href='Books.asp'><img name='booksanimation' src='Images/booksanimation.gif' alt='Books by Pastor Dan Caram'></p>");
  document.write("</td>");
  document.write("<td align='center' valign='top' width='618' bgcolor='#00005A' background='images/Browntones.gif'>");
}

function myFooter() {
	document.write("&nbsp;");
}

