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
min_height = 650;
fix_height('container_content','49',-49+min_height); // IE6 hates the min-height..
fix_height('content_left','1',min_height);// IE6 hates the min-height..


