// Tab Selection (Removed due to sifr/jQuery conflicts in Safari)
/*
jQuery(document).ready(function() {
	jQuery('#tab_menu_content > div').hide();

	jQuery('#tab_menu_content > div:first').show();

	jQuery('#tab_menu a').click(function(){
		jQuery('#tab_menu a').removeClass('selected');
		jQuery(this).toggleClass('selected');
		
		jQuery('#tab_menu_content > div').hide();
		jQuery('#tab_menu_content #' + jQuery(this).attr('rel')).show();
		return false;
	});
});
*/

//MM Preload Images
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

jQuery(document).ready(function() {
	MM_preloadImages(
		'skin/hotel_laguna/images/navigation/btn_about_us_over.gif',
		'skin/hotel_laguna/images/navigation/btn_accommodations_over.gif',
		'skin/hotel_laguna/images/navigation/btn_contact_us_over.gif',
		'skin/hotel_laguna/images/navigation/btn_dining_over.gif',
		'skin/hotel_laguna/images/navigation/btn_exclusive_beach_club_over.gif',
		'skin/hotel_laguna/images/navigation/btn_location_over.gif',
		'skin/hotel_laguna/images/navigation/btn_our_history_over.gif',
		'skin/hotel_laguna/images/navigation/btn_virtual_tour_over.gif',
		'skin/hotel_laguna/images/navigation/btn_weddings_meetings_over.gif'
	);
});
