<!-- Minus AutoDato -->
<!-- deze scripts verzorgen samen met 'style.css' de gehele layout -->
<!-- zie verder 'voorbeeld.html' -->

if((screen.width<750)&&(screen.height<750)){
	if (typeof mobpage == 'undefined') {mobpage="http://www.kraaijenbalder.nl/mobile/index.html"};
	if(mobpage.substring(0,5)!="http:") mobpage="http://www.kraaijenbalder.nl/"+mobpage;
	if((screen.width<450)&&(screen.height<450)){
		window.location=mobpage;
	};
};

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">');
	<!-- AddThis Button BEGIN -->
	document.write('<div class="addthis_toolbox addthis_default_style ">');
	document.write('<a class="addthis_button_compact">Share</a>');
	document.write('<span class="addthis_separator">|</span>');
	document.write('<a class="addthis_button_twitter"></a>');
	document.write('<a class="addthis_button_facebook"></a>');
	document.write('<a class="addthis_button_hyves"></a>');
	document.write('<a class="addthis_button_myspace"></a>');
	document.write('</div>');
	document.write('<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>');
	document.write('<script type="text/javascript"src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4de1184e2a4529ef"></script>');
	<!-- AddThis Button END -->
document.write('</td><td width="4"></td>');
	document.write('<td valign="top" ALIGN="justify" WIDTH="450"><br>');
	<!-- if((screen.width<750)&&(screen.height<750)){		-->
	<!-- document.write('<A HREF="'+mobpage+'">Mobile versie</A>');	-->
	<!-- }								-->
}

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>');
}


