//
// Picture of Church in upper right corner
//
	header_Div1  = '<div style="position: absolute; left: 670; top: 2"><img id="churchpic" border="0" src="images/churchweb.jpg" width="130" height="128"></div>';
//
// Address and email left side of page
//
	header_Div1 += '<div style="position: absolute; top: 60; left:5; font-size: 10pt">';
	header_Div1 += '100 E. Water Street<br>';
	header_Div1 += 'Abbottstown, PA 17301<br>';
	header_Div1 += '(717) 259-0796<br>';
	header_Div1 += '<a href="mailto:stjohnsatown@comcast.net">stjohnsatown@comcast.net</a></div>';
//
// Church name graphic
//
	header_Div1 += '<div style="position: absolute; top: 5; left:300"><img id="churchtxt" border="0" src="images/stjohns.gif" width="359" height="123"></div>';
//
// Menu and subject bar
//
	header_Div1 += '<div style="position: absolute; top: 133; left:0; width: 800; height: 27; background-color: #6600CC;"></div>';
	header_Div1 += '<div id="page_description" style="position: absolute; top: 135; left: 0; width: 800; height: 22; text-align: right; padding-right: 5; font-size: 14pt; font-weight: bold; color: white;"></div>';
//
// Free ad for OpenCube
//
	header_Div1 += '<table id="ad" style="top:0; left:0; width: 800; height: 20;" border="0"><tr><td><A href="http://www.opencube.com/">DHTML Menu / JavaScript Menu by OpenCube</a></td></tr></table>';
//
// Insert header
//
	ymcahome.innerHTML = header_Div1;

