<!-- Minus AutoDato -->
<!-- deze scripts verzorgen samen met 'style.css' de gehele layout -->
<!-- zie verder 'voorbeeld.html' -->

if (typeof diepte == 'undefined') {diepte=""};

<!-- Het identificerend icoontje -->
document.write('<link rel="shortcut icon" href="'+diepte+'favicon.ico" type="image/x-icon">')

<!-- repareren IE quirks mbt blink en hover (uitklappend menu) -->
if (typeof dieptehtc == 'undefined') {dieptehtc=diepte};
document.write('<style type="text/css">');
document.write('@media screen {blink {behavior:url('+dieptehtc+'blink.htc);}}');
document.write('.ymenu li {behavior: url('+dieptehtc+'hover.htc)}');
document.write('.xmenu li {behavior: url('+dieptehtc+'hover.htc)}');
document.write('</style>');

<!-- layout sturing -->

function boven() {
	document.write('<a name="top"></a>');
	document.write('<table border="0" cellspacing="0" cellpadding="0" width="100%">');
	document.write('<tr><td colspan="6" valign="top" align="left" height="89" background="'+diepte+'afbeeldingen/logo.gif"></td></tr>');
	document.write('<tr><td valign="top" align="left" width="216"><img src="'+diepte+'afbeeldingen/fred.gif" width="215" height="450" border="0"></td><td width="4"></td>');
	document.write('<td valign="top" ALIGN="justify" WIDTH="450"><br>');
}

function midden () {
	document.write('</td><td width="4"></td><td width="156" valign="top" align="center"><BR>');
}

function onder () {
	document.write('</td><td><IMG SRC="'+diepte+'afbeeldingen/filler.GIF" BORDER="0" WIDTH="1" HEIGHT="1" ALIGN="bottom" ALT=""></td></tr><tr><td>');
	black_cat_runs();
	document.write('</td><td></td><td><hr SIZE="1">');
	document.write('<TABLE cols="4" width="100%" CLASS="bottomline"><TR>');
	document.write('<TD width="20%"><A HREF="'+diepte+'huidigprog.html">Programma</A><BR><A HREF="'+diepte+'vrijdagprog.html">Vrijdag</A><BR><A HREF="'+diepte+'zondagprog.html">Zondag</A></TD>');
	document.write('<TD width="20%"><BR><A HREF="'+diepte+'jazz.html">Jazz</A><BR><A HREF="'+diepte+'jazzbackline.html">Backline</A></TD>');
	document.write('<TD width="20%"><A HREF="'+camlink+'">Webcam</A><BR><A HREF="'+vidlink+'">YouTube</A><BR><A HREF="'+diepte+'download.html">Downloads</A></TD>');
	document.write('<TD width="20%"><A HREF="'+diepte+'techniek.html">Techniek</A><BR><A HREF="'+diepte+'podium.html">Podium</A></TD>');
	document.write('<TD width="20%"><A HREF="'+diepte+'contact.html">Contact/Adres</A><BR><A HREF="'+diepte+'openingstijden.html">Openingstijden</A><BR><A HREF="'+diepte+'activiteiten.html">Planbord</A></TD>');
	document.write('</TR></TABLE>');
	document.write('</td><td></td><td></td><td></td></tr></table>');
}

