$(document).ready(function(){
//---------------

	
	
	
	//Supersized.3.0.js - Background img slideshow
	/*
	$(function(){
			$.fn.supersized.options = {  
				startwidth: 640,  
				startheight: 420,
				vertical_center: 1,
				slideshow: 1,
				navigation: 0,
				thumbnail_navigation: 0,
				transition: 1, //0-None, 1-Fade, 2-slide top, 3-slide right, 4-slide bottom, 5-slide left
				pause_hover: 0,
				slide_counter: 0,
				slide_captions: 0,
				slide_interval: 8000,
				slides : [
					{image : 'images/bg-accueil.jpg', title : '', url : ''},
					{image : 'images/bg-menu.jpg', title : '', url : ''},  
					{image : 'images/bg-cellier.jpg', title : '', url : ''},
					{image : 'images/bg-traiteur.jpg', title : '', url : ''},
					{image : 'images/bg-contact.jpg', title : '', url : ''}
					
				]
			};
	        $('#supersized').supersized(); 
	    });
		*/
		

		// mplayer - Flash music player ---------------------------------------------------
		/*
		var flashvars = {};
      	var params = { wmode:"transparent"};
      	var attributes = {};
      	swfobject.embedSWF("mplayer.swf", "mplayer", "100", "200", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
		*/
		
		// Load page into div with ajax ---------------------------------------------------
		$('.ajaxtrigger').click(function(){
		$('#rightpanel').load($(this).attr('href'));
		return false;
		});
		
		
		
		/*
		// Change l'état des boutons de navigation active/inactive -------------------------
		$(function() {
    		$('#nav li a').click(function(e) {
        	e.preventDefault();
        	var $this = $(this);
        	$this.closest('ul').children('li').removeClass('active');
        	$this.parent().addClass('active');
    		});
		});
		*/
		


	

//---------------
}); // end ready.js
