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('content_left_margin',285,300);// IE6 hates the min-height..
fix_height('content_right_margin',285,300);// IE6 hates the min-height..

$(document).ready(function(){
	$(".info_frame").colorbox({width:"80%", height:"80%", iframe:true});
});
