d=document;
if(d.getElementById) {
	cbx_fix()
	setTimeout('cbx_fix()',1000);
}
function cbx_fix() {
	cbx = 306; // minimale hoogte (stippels in dit geval!)
	check_arr = new Array('cb','cb1','cb2'); // de eerste is de container_bottom van de conteaner_content!
	for(i=0;i<check_arr.length;i++) {
		check_arr[i] = (d.getElementById(check_arr[i]) ) ? document.getElementById(check_arr[i]).offsetTop : 0;
//document.title = i+':'+check_arr[i]+' '+document.title;
		cbx = (cbx > check_arr[i] ) ? cbx : check_arr[i];
	}
//document.title = 'cbx:'+cbx+' '+document.title;
	d.getElementById('container_content').style.height = cbx+'px';
}


var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-7969477-1']);
_gaq.push(['_trackPageview']);

(function() {
	var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
	ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
	var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

