function Header (heading)
{
   with (document)
   {
      write ("<TABLE ALIGN=left><TR><TD BGCOLOR=yellow>\n");
      write ("<TABLE CELLSPACING=5 ALIGN=left>\n");
      write ("<TR><TH><A href=index.htm><IMG alt=\"Warrington Cycle Campaign\" src=wcc-logo.gif width=113 height=139 border=0></a></TR>\n");
      write ("<TR><TD class=topbar height=35 width=120><A class=topbar href=index.htm>home</A><BR></TR>\n");

//      write ("<TR><TD class=topbar height=35 width=120><A class=topbar href=bikeweek.htm>bike week</A><BR></TR>\n");

//      write ("<TR><TD class=topbar height=35 width=120><A class=topbar href=http://fp.rosebank.plus.com/rodk/wcc/WCC_Membership.htm>join</A><BR></TR>\n");
      write ("<tr><td class=topbar height=35 width=120><A class=topbar href=join.htm>join</A><br></tr>\n");

      write ("<TR><TD class=topbar height=35 width=120><A class=topbar href=contacts.htm>contacts</A><BR></TR>\n");
      write ("<TR><TD class=topbar height=35 width=120><A class=topbar href=map.htm>map</A><BR></TR>\n");
      write ("<TR><TD class=topbar height=35 width=120><A class=topbar href=news.htm>news</A><BR></TR>\n");
      write ("<TR><TD class=topbar height=35 width=120><A class=topbar href=links.htm>links</A><BR></TR>\n");
      write ("<TR><TD class=topbar height=35 width=120><A class=topbar href=reports.htm>reports</A><BR></TR>\n");
      write ("<TR><TD class=topbar height=35 width=120><A class=topbar href=meetings.htm>meetings</A><BR></TR>\n");
      write ("<TR><TD class=topbar height=35 width=120><A class=topbar href=policy.htm>policy</A><BR></TR>\n");
      write ("<TR><TD class=topbar height=35 width=120><A class=topbar href=good-practice.htm>good practice</A><BR></TR>\n");
      write ("<TR><TD class=topbar height=35 width=120><A class=topbar href=facility-of-the-month/index.htm>facility of the month</A><BR></TR>\n");
      write ("<TR><TD class=topbar height=35 width=120><A class=topbar href=facility-of-the-month/book.htm>the book</A><BR></TR>\n");
      write ("<TR><TD class=topbar height=35 width=120><A class=topbar target=\"_top\" href=\"http://www.streets-ahead.org\">streets ahead</A><BR></TR>\n");

      write ("</TABLE>\n");
      write ("</TABLE>\n");

      write ("<H1>"+heading+"</H1>\n");
   }
}

function Footer (update)
{
   with (document)
   {
      write ("<HR CLASS=wide>\n");

      write ("<ADDRESS>\n");
      write ("Updated "+update+"<BR> \n");
      write ("<A HREF=mailto:webmaster+AT+warringtoncyclecampaign.co.uk>Pete Owens</A>\n");
      write ("</ADDRESS>\n");
   }
}
