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('schaduw_links'    ,1+0,500);
fix_height('schaduw_rechts'   ,1+0,500);
fix_height('container_content',1+115,500);// IE6 hates the min-height..
fix_height('content_right'    ,1+115,500);
fix_height('bottom'           ,1+615,100);
if (d.getElementById&&d.getElementById('occasion_div') ) {
	fix_height('occasion_div',160+d.getElementById('occasion_div').offsetTop,520);
}
/*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';
}
*/
LeftRightMarginFix();
