var isIE 	= (document.all && document.getElementById) ? true : false;
var myWidth = 0, myHeight = 0;


function frameDim () {
	if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    framebreedte = window.innerWidth;
    framehoogte = window.innerHeight;
  } else if( document.documentElement &&
      ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    framebreedte = document.documentElement.clientWidth;
    framehoogte = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    framebreedte = document.body.clientWidth;
    framehoogte = document.body.clientHeight;
  }
};

function init () {
	frameDim();
	document.getElementById('main').style.top = ((framehoogte - 540) /2) + "px";
	document.getElementById('main').style.left= ((framebreedte- 910) /2) + "px";
	
	document.getElementById('breed1').style.left = -((framebreedte- 910) /2) + "px";
	document.getElementById('breed1').style.width = framebreedte + "px";
	document.getElementById('downbreed').style.left = -((framebreedte- 910) /2) + "px";
	document.getElementById('downbreed').style.width = framebreedte+ "px";
	if (document.getElementById('agenda')) {
		
		document.getElementById('subnav').style.height=180+"px";

	}


}


function disclaimer() {
document.write('<span id="quotes"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="910" height="50">')
document.write('<param name="movie" value="/swf/quote.swf" />')
document.write('<param name="quality" value="high" />')
document.write('<embed src="/swf/quote.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="910" height="50"></embed></object></span>');
document.write('<span id="disclaimer">copyright © 2010 Smits &amp; Beerends, Den Bosch, alle rechten voorbehouden | Webrealisatie: <a href="http://www.dubbelepunt.nl" style="color:inherit">Dubbelepunt.nl</a></span>');
};

function topnavinit() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="910" height="120"><param name="movie" value="/swf/topnav.swf" /><param name="quality" value="high" /><embed src="/swf/topnav.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="910" height="120"></embed></object>');
};

