<!-- Begin HEADER OPTIONS CODE

// NOTE: If you use a ' add a slash before it like this \'

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var color		= "3F4B57"	// HEADER BACKGROUND COLOR
var flashheight		= "50"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "750"		// WIDTH OF THE FLASH (IN PIXELS)

// COPYRIGHT 2006 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

document.write('<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%" BGCOLOR="#'+color+'"><TR><TD ALIGN="left">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,12,36" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="logo" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="logo.swf">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=wmode VALUE=transparent>');
document.write('<PARAM NAME=bgcolor VALUE=#'+color+'>');
document.write('<EMBED src="logo.swf" quality=high wmode=transparent bgcolor=#'+color+'  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT><BR>');
document.write('</TD></TR></TABLE>');

document.write('<TABLE CELLPADDING="0" CELLSPACING="0" WIDTH="100%" BORDER="0">');
document.write('<TR><TD ALIGN="left"><IMG SRC="../picts/balk_boven.gif" WIDTH="100%" HEIGHT="10" ALT="grijze_lijn"></TD></TR>'); 

document.write('<TR><TD WIDTH="100%" ALIGN="left" VALIGN="top" BACKGROUND="../picts/home.jpg" WIDTH="100%" HEIGHT="80" ALT="header_homebalk"></TD></TR>');

document.write('<TR><TD WIDTH="100%" ALIGN="left"><IMG SRC="../picts/balk_onder.gif" WIDTH="100%" HEIGHT="10" ALT="grijze_lijn">'); 
document.write('</TD></TR></TABLE>'); 


//  End -->
