document.write('<script language="JavaScript" type="text/javascript" src="js/menu_items.js"></script>');
document.write('<script language="JavaScript" type="text/javascript" src="js/menu_progr.js"></script>');
<!-- Default page 1 table with 3 rows and 2 columns -->
<!-- In this script we create 1st row, 2d row with merged cells, en begin 3d row as itemtext the default header -->
<!-- Column 1=80% Column 2=20%-->
document.write('<TABLE CLASS="noborder header" STYLE="Width:100%;">');
document.write('	<TR>');
document.write('		<TD CLASS="noborder" COLSPAN=2 Style="Vertical-align:middle;Height:100px;background-image:url(images/header01.jpg);background-repeat: repeat-x;">');
document.write('			<H1>Koninklijke Harmonie Aurora<SUP><FONT SIZE="-1">1864</FONT></SUP> Grevenbicht - Papenhoven</h1>');
document.write('		</td>');
document.write('	</TR>');
document.write('	<TR>');
<!-- Create DIV as location menu, first check browser -->
if (navigator.appName == "Microsoft Internet Explorer") {
	document.write('		<TD Style="border-width:1px 0px 1px 0px;Width:80%;Height:26px;" COLSPAN=2>');
	document.write('			<TABLE Style="border-width:1px;border-style:solid;border-color:#FFFFCC;width:100%;height:22px">');
} else if (navigator.appName == "Opera") {
	document.write('		<TD Style="border-width:1px 0px 1px 0px;Width:80%;Height:28px;" COLSPAN=2>');
	document.write('			<TABLE Style="border-width:2px;border-style:solid;border-color:#FFFFCC;width:100%;height:28px">');
} else {
	document.write('		<TD Style="border-width:1px 0px 1px 0px;Width:80%;Height:28px;" COLSPAN=2>');
	document.write('			<TABLE Style="border-width:2px;border-style:solid;border-color:#FFFFCC;width:100%;height:24px">');
}
document.write('			<TR><TD ID="divMenu" Style="background-color:#C63835">');
document.write('			</div>');
document.write('			</td></tr></table>');
document.write('		</td>');
document.write('	</TR>');
document.write('	<TR>');
<!-- Begin of cell which is the maincell -->
document.write('			<TD CLASS="noborder header" Style="Width:80%;">');
document.write('	<BR>');
document.write('	<BR>');


