<!--footer fade-ins-->

$(document).ready(function() { 

$('.hours_pop_show_hidden').hide(); // hides the divs with class '.hours_pop_hide' 

// Mouseover fade in 
	$('#hours_pop_link').toggle(
	function() { 
	$('.hours_pop_show_hidden').css({'z-index' : '75'});		
	$('.hours_pop_show_hidden').fadeIn("slow"); },
	function() {
	$('#hours_pop_show').css({'z-index' : '-10'});	
	$('#hours_pop_show').fadeOut("slow"); 
})
})





$(document).ready(function() { 

$('.reservations_pop_show_hidden').hide(); // hides the divs with class '.hours_pop_hide' 

// Mouseover fade in 
	$('#reservations_pop_link').toggle(
	function() { 
	$('.reservations_pop_show_hidden').css({'z-index' : '75'});	
	$('.reservations_pop_show_hidden').fadeIn("slow"); },
	function() {
	$('#reservations_pop_show').css({'z-index' : '-10'});		
	$('#reservations_pop_show').fadeOut("slow");
})
})




$(document).ready(function() { 

$('.location_pop_show_hidden').hide(); // hides the divs with class '.hours_pop_hide' 

// Mouseover fade in 
	$('#location_pop_link').toggle(
	function() { 
	$('.location_pop_show_hidden').css({'z-index' : '75'});	
	$('.location_pop_show_hidden').fadeIn("slow"); },
	function() {
	$('#location_pop_show').css({'z-index' : '-10'});	
	$('#location_pop_show').fadeOut("slow"); 

})
})


// footerhack for IE


