document.write('<div id="sidebarContainer"><!-- Start Sidebar wrapper -->');
document.write('<div id="navcontainer"><!-- Start Navigation -->');
document.write('<ul><li><a href="index.html" id="current"><img src="images/home.png" alt="home" width="20" height="20"'); 
document.write('align="middle"/> <span id="menu1">Home</span></a></li></ul>');
document.write('<ul><li><a href="whoarewe.html" id="current"><img src="images/question.png" alt="question"'); 
document.write('align="middle" width="20" height="20" /> <span id="menu2">Who Are We</span></a></li></ul>');
document.write('<ul><li><a href="ministry.html" rel="self" id="current"><img src="images/ministry.png" alt="ministry"'); 
document.write('align="middle" width="20" height="20" /> <span id="menu3">Ministry</span></a></li></ul>');
document.write('<ul><li><a href="events.html" rel="self" id="current"><img src="images/events.png" alt="events"'); 
document.write('align="middle" width="20" height="20" />  <span id="menu4">Events</span></a></li></ul>');		
document.write('<ul><li><a href="directions.html" rel="self" id="current"><img src="images/direction.png" alt="directions"'); document.write('align="middle" width="20" height="20" />  <span id="menu5">Directions</span></a></li></ul>');
document.write('<ul><li><a href="documents.html" rel="self" id="current"><img src="images/document.png" alt="document"'); document.write('align="middle" width="20" height="20" />  <span id="menu6">Documents</span></a></li></ul>');
document.write('<ul><li><a href="bazaar.html" rel="self" id="current"><img src="images/craft.png" alt="crafts"'); 
document.write('align="middle" width="20" height="20" />  <span id="menu8">Bazaar & Craft Show</span></a></li></ul>');
document.write('<ul><li><a href="commonground.html" rel="self" id="current"><img src="images/cgy_menu.png" alt="cgy"'); 
document.write('align="middle" width="20" height="20" />  <span id="menu9">Common Ground Youth</span></a></li></ul>');
//document.write('<ul><li><a href="powerup.html" rel="self" id="current"><img src="images/new.png" alt="new"'); 
//  document.write(' align="middle"/>&nbsp<span id="menu10">PowerUp!</span></a></li></ul>');
  document.write('<ul><li><a href="contact.html" rel="self" id="current"><img src="images/contact.png" alt="contact"'); 
document.write('align="middle" width="20" height="20" />  <span id="menu7">Contact Us</span></a></li></ul>');
document.write('</div><!-- End navigation -->');
document.write('<div id="sidebar"><!-- Start sidebar content -->');
document.write('<h1 class="sideHeader"></h1><!-- Sidebar header -->');

document.write('<table width="175px" margin="0" ><tr><td style="color:#950101" align="center" height="30px" colspan=2><b>Weekly Mass Schedule</b></td></tr><tr><td style="border-bottom-width:1px;border-bottom-color:black;border-bottom-style:solid;border-top-width:1px;border-top-color:black;border-top-style:solid;color:#950101" align="center" colspan=2><b>Sunday</b></td></tr><tr><td width="70px">8:00 AM</td><td>Rite I</td></tr><tr><td height="30px">10:30 AM</td><td>Rite II</td></tr></tr><tr><td style="border-bottom-width:1px;border-bottom-color:black;border-bottom-style:solid;border-top-width:1px;border-top-color:black;border-top-style:solid;color:#950101" align="center" colspan=2><b>Wednesday</b></td></tr><tr><td height="35px">9:00 AM</td><td>Eucharist & Healing</td></tr></tr><tr><td style="border-bottom-width:1px;border-bottom-color:black;border-bottom-style:solid;border-top-width:1px;border-top-color:black;border-top-style:solid;color:#950101" align="center" colspan=2><b>Thursday</b></td></tr><tr><td>8:00 AM</td><td>Eucharist</td></tr></table>');
document.write('<br />');

document.write('<form action="https://www.paypal.com/cgi-bin/webscr" method="post">');
document.write('<input type="hidden" name="cmd" value="_s-xclick">');
document.write('<input type="hidden" name="hosted_button_id" value="DJE8KVK9PMF2L">');
document.write('<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit"'); document.write('alt="PayPal - The safer, easier way to pay online!">');
document.write('<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">');
document.write('</form>');

document.write('<br />');
document.write('<table><tr><td><a href="http://www.facebook.com/#!/pages/Christ-Episcopal-Church-Pottstown-PA/176339592417140" target="_blank"><img src="images/facebook_logo.jpg" alt="facebook_logo" width="45" height="44" /></a></td><td><a href="http://www.facebook.com/#!/pages/Christ-Episcopal-Church-Pottstown-PA/176339592417140" target="_blank">Visit us on FaceBook</a></td></tr></table>');
document.write('<!-- End sidebar content -->');
document.write('</div><!-- End sidebar wrapper -->');

function setMenuOption(menu) 
{	
  	var MENU_COUNT = 8;
	var elm = null;
				
  	for (x=0; x<MENU_COUNT; x++) {
		elm = document.getElementById("menu" + (x+1));
		elm.style.textDecoration="none";
	}
        
    elm = document.getElementById(menu);
	elm.style.textDecoration="underline";
}

