<!--
// Change the style>>width in the div dropdown to resize the width of the box dropping down
document.writeln('<div class="chromestyle" id="chromemenu">');
document.writeln('<ul>');
document.writeln('<li><a href="home.html">Home</a></li>');
document.writeln('<li><a href="#" rel="dropmenu1">Mass</a></li>');
document.writeln('<li><a href="#" rel="dropmenu2">Pastor</a></li>');
document.writeln('<li><a href="#" rel="dropmenu4">Bulletin</a></li>');
document.writeln('<li><a href="ministries.html" rel="dropmenu7">Ministries</a></li>');
document.writeln('<li><a href="#" rel="dropmenu5"s>Media</a></li>');
document.writeln('<li><a href="prayers.html">Prayers</a></li>');
document.writeln('<li><a href="rentals.html">Rentals</a></li>');
document.writeln('<li><a href="#" rel="dropmenu3">Calendar</a></li>');
document.writeln('<li><a href="supporters.html">Supporters</a></li>');
document.writeln('<li><a href="#" rel="dropmenu6">PPC</a></li>');
document.writeln('<li><a href="links.html">Links</a></li>');
document.writeln('</ul>');
document.writeln('</div>');


document.writeln('<!--MASS--> ');                                               
document.writeln('<div id="dropmenu1" class="dropmenudiv" style="width: 150px;" align="left">');
document.writeln('<a href="mass.html">Mass Times</a>');
document.writeln('<a href="address.html">Address / Directions</a>		</div>');

document.writeln('<!--PASTOR--> ');                                               
document.writeln('<div id="dropmenu2" class="dropmenudiv" style="width: 150px;" align="left">');
document.writeln('<a href="bio.html">Biography</a>');
document.writeln('<a href="contact.html">Staff / Contact</a>');
document.writeln('<a href="pastormessage.html">Message</a>');
document.writeln('<a href="archivedmessages.html">Archived Messages</a>		</div>');


document.writeln('<!--CALENDAR--> ');                                               
document.writeln('<div id="dropmenu3" class="dropmenudiv" style="width: 150px;" align="left">');
document.writeln('<a href="#">Parish</a>');
document.writeln('<a href="eleMiddleCalendar.html">Elementary/Middle</a>');
document.writeln('<a href="#">Academy</a>		</div>');

document.writeln('<!--BULLETIN--> ');                                               
document.writeln('<div id="dropmenu4" class="dropmenudiv" style="width: 150px;" align="left">');
document.writeln('<a href="news.html">News</a>');
document.writeln('<a href="archivednews.html">Archived News</a>		</div>');

document.writeln('<!--MEDIA--> ');                                               
document.writeln('<div id="dropmenu5" class="dropmenudiv" style="width: 150px;" align="left">');
document.writeln('<a href="photos.html">Photos</a>');
document.writeln('<a href="archivedphotos.html">Archived Photos</a>');
document.writeln('<a href="videos.html">Videos</a>');
document.writeln('<a href="archivedvideos.html">Archived Videos</a>		</div>');

document.writeln('<!--PPC--> ');                                               
document.writeln('<div id="dropmenu6" class="dropmenudiv" style="width: 150px;" align="left">');
document.writeln('<a href="ppc/ppc.html">PPC Handbook</a>');
document.writeln('<a href="ppc/contact.html">Officers & Members</a>');
document.writeln('<a href="ppc/news.html">Announcements</a>		</div>');

document.writeln('<!--MINISTRIES--> ');                                               
document.writeln('<div id="dropmenu7" class="dropmenudiv" style="width: 200px;" align="left">');
document.writeln('<a href="ministries_files/liturgical_ministry.html">Liturgical</a>');
document.writeln('<a href="ministries_files/catechetical_ministry.html">Catechetical</a>');
document.writeln('<a href="ministries_files/spiritual_ministry.html">Spirituality</a>');
document.writeln('<a href="ministries_files/social_concerns.html">Social Justice / Outreach</a>');
document.writeln('<a href="ministries_files/parish_life.html">Parish Life</a>');
document.writeln('<a href="ministries_files/administrative_stewardship.html">Administrative / Stewardship</a>');
document.writeln('<a href="ministries_files/education_ministry.html">Education</a>		</div>');
-->
