// This file can be called by all operational asp files that adhere to the 
// "groei" interface standard
var extension = 224;

// Resize DIVs in the source to adjust to screen width:
function Resize () {
	if ( screen.width > 1000 ) {
		midden.style.width = 624;
		rechter.style.left = 832;
		kopbalk.src = "../gif/groei_background_groot.gif";
	}
}

function Balk ( sGif ) {
	document.write( "<p><img src=\"../gif/" + sGif + "\"></img>" );
	if ( screen.width > 1000 ) {
		document.write( "<img src=\"../gif/balk_verlengstuk.gif\"></img>" );
	}
	document.write( "</p>" );
}
