$(document).ready(function(){
	
	//-- Cycle -->
	
	$('section#index div.container').cycle({ 
		fx: 'scrollHorz', 
		timeout: 0, 
		speed: 200,
		next: "section#index a#slide-next"
	});
	
	
	//-- SmoothScroll -->
	
	// Changement de l'URL selon le bon ANCHOR
	$('#navmain a').each(function(){
		var array = {"/boites-a-lunch":"#index-bl", "/mets-prepares":"#index-mp", "/traiteur":"#index-st", "/pauses-cafe":"#index-pc", "/menus-speciaux":"/menus-speciaux"};			
		$(this).attr('href',array[$(this).attr('href')]);
	});
	
	$('#navmain').smoothScroll();
	
	
	//-- Pub noel -->
	//setTimeout("openShadowbox()",1000);
    
});

function openShadowbox(){
    Shadowbox.open({
        content:    '<div style="background-color:#f9f5dd;"><a href="http://www.facebook.com/pommegrenade?sk=app_305285042825466" target="_blank"><img src="img/pages/index/promos/menu-des-fetes-concours.jpg"></a></div>',
        player:     "html",
        width: 		'701px',
        height: 	'505px'
    });
}
