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
//fix_height('container_content','if(hoogte>500){380}else{0}',580);// IE6 hates the min-height..
d=document;
csb = (d.getElementById&&d.getElementById('content_shader_bottom')) ? document.getElementById('content_shader_bottom') : 0;
if (csb && csb.offsetTop && csb.offsetTop > 0 && csb.offsetTop < 590) {
	d.getElementById('container_content').style.height = '590px';
}


