if ((parseFloat(navigator.appVersion.split("MSIE")[1])<8) ) {	//alert('crappie IE 6 or 7');
	IE6HoverFix();
}
//	document.getElementById('img_shader_left').style.height = '1%';
// stretch container-id ,- px substract from height
//             \       /   ,- min height


if(document.getElementById && document.getElementById('container_nieuws') ){ 
	fix_height('container_nieuws',30+83+20+150,250);
}
fix_height('container_left'   ,30+83+20,250);
fix_height('content'          ,30+83+20+150,300);// IE6 hates the min-height..
fix_height('container_content',30+83+20,250);// IE6 hates the min-height..

LeftRightMarginFix();
