function template(page) {
 document.getElementById('footertemplate').innerHTML = '<DIV ID="footer"><FONT COLOR="#FFFFFF" SIZE="-2">A beneficiary of Mikvah USA, Brooklyn, NY</FONT><BR><A HREF="https://www.jewishboxoffice.com/ch/mikvahusa"><IMG BORDER=0 SRC="http://www.phillymikvah.org/graphics/mikvahanimever2.gif"></A><BR><BR>Site designed, published and maintained by<BR><A HREF="http://www.geniusiq.net" target="_top"><IMG SRC="http://www.geniusiq.net/graphics/giq.jpg" ALIGN=CENTER BORDER=0><BR><FONT COLOR="#FFFFFF">GeniusIQ Computing</FONT></A></DIV>';
 var highlightcolor= "9C427B";
 var headertext;
 var hometext;
 var membershiptext;
 var auctiontext;
 var committeetext;
 var headertextprefix= '<DIV id="header"><CENTER><TABLE WIDTH=100% BORDER=0 CELLSPACING=0 CELLPADDING=0><TR><TD ROWSPAN=2><DIV ID="logo"><IMG SRC="http://www.phillymikvah.org/graphics/pinklogo.gif" WIDTH=125 HEIGHT=125></DIV></TD><TD><DIV CLASS="headertext1"><FONT SIZE=+2>The Abraham Offen Mikvah</FONT></DIV></TD><TD ALIGN=RIGHT><DIV CLASS="headertext1"><FONT SIZE=+3>&#1502;</FONT><FONT SIZE=+2>&#1511;&#1493;&#1492; &#1488;&#1489;&#1512;&#1492;&#1501; &#1502;&#1488;&#1497;&#1512;</FONT></TD></TR><TR><TD ALIGN=CENTER COLSPAN=2><DIV CLASS="headertext"><FONT SIZE=+1>of the Philadelphia Mikvah Association, Northeast Branch Inc.<BR>&#1506;&#1524;&#1513; &#1488;&#1489;&#1512;&#1492;&#1501; &#1502;&#1488;&#1497;&#1512; &#1489;&#1503; &#1495;&#1497;&#1497;&#1501; &#1502;&#1512;&#1491;&#1499;&#1497; &#1494;&#1524;&#1500;</FONT></DIV></TD></TR></TABLE></CENTER></DIV><DIV CLASS="contentMenu"><DIV CLASS="controls"><UL>';
 if (page=="home") {
  hometext = '<LI><FONT COLOR="' + highlightcolor + '">Home</FONT>&nbsp;&nbsp;|&nbsp;&nbsp;</LI>';
 }
 else {
  hometext = '<LI><A HREF="http://www.phillymikvah.org/index.shtml">Home</A>&nbsp;&nbsp;|&nbsp;&nbsp;</LI>';
 }
 if (page=="membership") {
  membershiptext = '<LI><FONT COLOR="' + highlightcolor + '">Membership Information</FONT>&nbsp;&nbsp;|&nbsp;&nbsp;</LI>';
 }
 else {
  membershiptext = '<LI><A HREF="http://www.phillymikvah.org/membership.shtml">Membership Information</A>&nbsp;&nbsp;|&nbsp;&nbsp;</LI>';
 }
 if (page=="auction") {
  auctiontext = '<LI><FONT COLOR="' + highlightcolor + '">Chinese Auction</FONT>&nbsp;&nbsp;|&nbsp;&nbsp;</LI>';
 }
 else {
  auctiontext = '<LI><A HREF="http://www.phillymikvah.org/auction.html">Chinese Auction</A>&nbsp;&nbsp;|&nbsp;&nbsp;</LI>';
 }
 if (page=="auction2007") {
  auctiontext = '<LI><FONT COLOR="' + highlightcolor + '">Chinese Auction</FONT>&nbsp;&nbsp;|&nbsp;&nbsp;</LI>';
  auctionsubtext = '</UL></DIV></DIV><DIV CLASS="contentMenu"><DIV CLASS="controls"><UL><LI><A HREF="http://www.phillymikvah.org/auction.html">Auction Home</A>&nbsp;&nbsp;|&nbsp;&nbsp;</LI><LI><A HREF="http://www.phillymikvah.org/auctionadmission.html">Admission Information</A>&nbsp;&nbsp;|&nbsp;&nbsp;</LI><LI><A HREF="http://www.phillymikvah.org/auctionorder.html">Prize Packages/Order Form</A>&nbsp;&nbsp;|&nbsp;&nbsp;</LI><LI><A HREF="http://www.phillymikvah.org/auctionsponsors.html">Sponsors</A></LI>';
 }
 else {
  auctionsubtext = '';
 }
  if (page=="committee") {
  committeetext = '<LI><FONT COLOR="' + highlightcolor + '">Committee</FONT></LI>';
 }
 else {
  committeetext = '<LI><A HREF="http://www.phillymikvah.org/committee.html">Committee</A></LI>';
 }
 var headertextsuffix = '</UL></DIV></DIV>';
 headertext = headertextprefix + hometext + membershiptext + committeetext + headertextsuffix;
// headertext = headertextprefix + hometext + membershiptext + auctiontext + committeetext + auctionsubtext + headertextsuffix;
 document.getElementById('headertemplate').innerHTML = headertext;
}
