	// Bovenste menubalk
	document.write ('<img src="admin/banner.jpg" width="990" height="139" border="0" usemap="#mainmenu" hspace="0">');
	document.write ('<map id="mainmenu" name="mainmenu">');
  document.write ('<area href="index.htm" coords="20,48,76,70" shape="rect" alt="Sint Joris home">');
  document.write ('<area href="sintjoris.htm" coords="84,48,167,70" shape="rect" alt="Sint Joris hoofdkorps">');
  document.write ('<area href="show.htm" coords="175,48,229,70" shape="rect" alt="De Show">');
  document.write ('<area href="opleiding.htm" coords="238,48,328,70" shape="rect" alt="Opleiding">');
  document.write ('<area href="sjok.htm" coords="335,48,378,70" shape="rect" alt="Sjok">');
  
	// Andere menubalk
  document.write ('<area href="nieuws.htm" coords="168,114,220,130" shape="rect" alt="Nieuws">');
  document.write ('<area href="agenda.htm" coords="228,114,282,130" shape="rect" alt="Agenda">');
  document.write ('<area href="media.htm" coords="290,114,337,130" shape="rect" alt="Media">');
  document.write ('<area href="gastenboek.htm" coords="343,114,425,130" shape="rect" alt="Gastenboek">');
  document.write ('<area href="contact.htm" coords="434,114,490,130" shape="rect" alt="Contact">');
  document.write ('<area href="leden.htm" coords="497,114,543,130" shape="rect" alt="Leden">');
  document.write ('<area href="links.htm" coords="550,114,674,130" shape="rect" alt="Verwante websites">');

document.write ('</map>');

