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',1,404);// IE6 hates the min-height..
fix_height('container_content',105,300);// IE6 hates the min-height..
fix_height('content_left',105,300);// IE6 hates the min-height..
fix_height('content',105,300);// IE6 hates the min-height..

