<!-- 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 align="center" CLASS="belnu"><hr SIZE="1"><A HREF="'+adrlink+'">Strijpsestraat&nbsp;79&nbsp;Eindhoven</A> | Tel:&nbsp;040&nbsp;2515351 | Email:&nbsp;');
	brievenbus();
	document.write('</td><td></td><td></td><td></td></tr></table>');
}

