
/* FONCTIONS BG STRETCHER */
var slide_effect = 'fade';
var slide_direction = 'N';
var slide_mode = 'normal';


	<!-- PLAY PAUSE -->
	$("#toggleAnimation").live('click', function () {
    $(this).toggle(
            function () {
			$('BODY').bgStretcher.pause();
            },
            function () {
			$('BODY').bgStretcher.play();
            }
        );

});
	





	  
	<!-- TOGGLE MENU -->	 
$("#togglemenu").live('click', function () {
    $(this).toggle(
            function () {
            $('#box').stop(false, true).animate({height: 60}, ''); 
			$('#box-content').stop(false, true).fadeOut ('fast');
			$(".select2").show(); //
            },
            function () {
            $('#box').stop(false, true).animate({height: 350}, '');
			$('#box-content').stop(false, true).fadeIn ('fast');
			$(".select2").hide(); //
            }
        );
    $(this).trigger('click');
});
	  
  
  
 	

   <!-- TOGGLE MAP--> 
  $(".showmap").live("click", function(){
		$('#BODY').bgStretcher.sliderDestroy();
    	$("#carte").show(); //Afficher div carte
		var centreCarte = new google.maps.LatLng(44.842204, -0.572486); // initialise GMap
				var optionsCarte = {
					zoom: 15,
					center: centreCarte,
					mapTypeId: google.maps.MapTypeId.ROADMAP,
					flat: true,
					clickable: false
									}
				var maCarte = new google.maps.Map(document.getElementById("carte"), optionsCarte);
				
				var optionsMarqueur = {
					position: centreCarte,
					map: maCarte,
					title: "Hugo Thomas - Conception pluri-média - hugobook.com - 06.07.06.86.52 - contact@hugobook.com"
				}
				var marqueur = new google.maps.Marker(optionsMarqueur);
			
  	});
		
	$(".hidemap").live("click", function(){
   		$("#carte").hide(); //Cache div carte
	});
	
	
	
	
	
	
	
	<!-- AFFICHAGE MENU CONTACT APROPOS-->
	$(".contact").live("click", function(){
   		$("#menu-content").hide(); //Cache div menu-content
		$("#apropos-content").hide(); //Cache div apropos-content
		$("#contact-content").show(); //Afficher contact-content
		$("#control").hide(); //Cache control
	});
	




	
	
	
	
/* GALERIES */
	/* CLIENTS PROJETS */
	function clientsprojets() {
	$('BODY').bgStretcher.sliderDestroy();
	$('#grant_type_id').val('1');
	$("#carte").hide(); //Cache div carte
	$("#menu-content").show(); //Afficher div menu-content
	$("#apropos-content").hide(); //Cache div apropos-content
	$("#contact-content").hide(); //Cache contact-content
	$("#control").hide(); //Cache control
	$('BODY').bgStretcher({
	images: [
	'img/bg/chouette/chouette1.jpg',
	'img/bg/com1accord/com1accord1.jpg', 
	'img/bg/com1accord/com1accord8.jpg', 
	'img/bg/ganga/ganga1.jpg', 
	'img/bg/happy/happy5.jpg',
	'img/bg/odezenne/odezenne14.jpg',
	'img/bg/odezenne/odezenne10.jpg',
	'img/bg/perso/perso0.jpg',
	'img/bg/perso/perso1.jpg',
	'img/bg/perso/perso2.jpg',
	'img/bg/perso/perso9.jpg',
	'img/bg/ragazzo/ragazzo1.jpg',
	'img/bg/vantage/vantage3.jpg',
	'img/bg/vantage/vantage6.jpg',
	'img/bg/vantage/vantage7.jpg',
	'img/bg/vantage/vantage8.jpg',
	'img/bg/camus/camus1.jpg',
	'img/bg/camus/camus2.jpg',
	'img/bg/camus/camus5.jpg',
	'img/bg/manudem/manudem1.jpg'],	
	
	imageWidth: 1199, 
	imageHeight: 739, slideDirection: 'N',
	nextSlideDelay: 4000,
	slideShowSpeed: 800,
	transitionEffect: 'superSlide',
	sequenceMode: 'random',
	buttonPrev: '#prev',
	buttonNext: '#next',
	pagination: '#nav',
	anchoring: 'center',
	anchoringImg: 'center',
	preloadImg: 'true',
	});
	};
	
	



	/* AC NEGO */
	function acnego() {
	$('BODY').bgStretcher.sliderDestroy();
	$('#grant_type_id').val('2');
	$("#carte").hide(); //Cache div carte
	$("#menu-content").show(); //Afficher div menu-content
	$("#apropos-content").hide(); //Cache div apropos-content
	$("#contact-content").hide(); //Cache contact-content
	$("#control").show(); //Cache contro
	$('BODY').bgStretcher({
	images: [
	'img/bg/acnego/acnego1.jpg',
	'img/bg/acnego/acnego2.jpg', 
	'img/bg/acnego/acnego3.jpg', 
	'img/bg/acnego/acnego4.jpg', 
	'img/bg/acnego/acnego5.jpg',
	'img/bg/acnego/acnego6.jpg',
	'img/bg/acnego/acnego7.jpg',
	'img/bg/acnego/acnego8.jpg',
	'img/bg/acnego/acnego9.jpg',
	'img/bg/acnego/acnego10.jpg'],	
	
	imageWidth: 1199, 
	imageHeight: 739, slideDirection: 'N',
	nextSlideDelay: 4000,
	slideShowSpeed: 800,
	transitionEffect: 'superSlide',
	sequenceMode: 'normal',
	buttonPrev: '#prev',
	buttonNext: '#next',
	pagination: '#nav',
	anchoring: 'center',
	anchoringImg: 'center',
	preloadImg: 'true',
	});
	};
	
	
	
	/* RAGAZZO */
	function ragazzo() {
	$('BODY').bgStretcher.sliderDestroy();
	$('#grant_type_id').val('3');
	$("#carte").hide(); //Cache div carte
	$("#menu-content").show(); //Afficher div menu-content
	$("#apropos-content").hide(); //Cache div apropos-content
	$("#contact-content").hide(); //Cache contact-content
	$("#control").show(); //Cache contro	
	$('BODY').bgStretcher({
	images: [
	'img/bg/ragazzo/ragazzo1.jpg',
	'img/bg/ragazzo/ragazzo2.jpg', 
	'img/bg/ragazzo/ragazzo3.jpg', 
	'img/bg/ragazzo/ragazzo4.jpg', 
	'img/bg/ragazzo/ragazzo5.jpg',
	'img/bg/ragazzo/ragazzo6.jpg'],	
	
	imageWidth: 1199, 
	imageHeight: 739, slideDirection: 'N',
	nextSlideDelay: 4000,
	slideShowSpeed: 800,
	transitionEffect: 'superSlide',
	sequenceMode: 'normal',
	buttonPrev: '#prev',
	buttonNext: '#next',
	pagination: '#nav',
	anchoring: 'center',
	anchoringImg: 'center',
	preloadImg: 'true',
	});
	};
	
	
	
	
	/* COM1ACCORD */
	function com1accord() {
	$('BODY').bgStretcher.sliderDestroy();
	$('#grant_type_id').val('4');
	$("#carte").hide(); //Cache div carte
	$("#menu-content").show(); //Afficher div menu-content
	$("#apropos-content").hide(); //Cache div apropos-content
	$("#contact-content").hide(); //Cache contact-content
	$("#control").show(); //Cache contro
	$('BODY').bgStretcher({
	images: [
	'img/bg/com1accord/com1accord1.jpg',
	'img/bg/com1accord/com1accord2.jpg', 
	'img/bg/com1accord/com1accord3.jpg', 
	'img/bg/com1accord/com1accord4.jpg', 
	'img/bg/com1accord/com1accord5.jpg',
	'img/bg/com1accord/com1accord6.jpg',
	'img/bg/com1accord/com1accord7.jpg',
	'img/bg/com1accord/com1accord8.jpg',
	'img/bg/com1accord/com1accord9.jpg'],	
	
	imageWidth: 1199, 
	imageHeight: 739, slideDirection: 'N',
	nextSlideDelay: 4000,
	slideShowSpeed: 800,
	transitionEffect: 'superSlide',
	sequenceMode: 'normal',
	buttonPrev: '#prev',
	buttonNext: '#next',
	pagination: '#nav',
	anchoring: 'center',
	anchoringImg: 'center',
	preloadImg: 'true',
	});
	};
	
	
	
	
	/* GANGA */
	function ganga() {
	$('BODY').bgStretcher.sliderDestroy();
	$('#grant_type_id').val('5');
	$("#carte").hide(); //Cache div carte
	$("#menu-content").show(); //Afficher div menu-content
	$("#apropos-content").hide(); //Cache div apropos-content
	$("#contact-content").hide(); //Cache contact-content
	$("#control").show(); //Cache control
	$('BODY').bgStretcher({
	images: [
	'img/bg/ganga/ganga1.jpg'],	
	
	imageWidth: 1199, 
	imageHeight: 739, slideDirection: 'N',
	nextSlideDelay: 4000,
	slideShowSpeed: 800,
	transitionEffect: 'superSlide',
	sequenceMode: 'normal',
	buttonPrev: '#prev',
	buttonNext: '#next',
	pagination: '#nav',
	anchoring: 'center',
	anchoringImg: 'center',
	preloadImg: 'true',
	});
	};
	
	
	
	
	/* HAPPY GONOGO */
	function happy() {
	$('BODY').bgStretcher.sliderDestroy();
	$('#grant_type_id').val('6');
	$("#carte").hide(); //Cache div carte
	$("#menu-content").show(); //Afficher div menu-content
	$("#apropos-content").hide(); //Cache div apropos-content
	$("#contact-content").hide(); //Cache contact-content
	$("#control").show(); //Cache control
	$('BODY').bgStretcher({
	images: [
	'img/bg/happy/happy1.jpg',
	'img/bg/happy/happy2.jpg', 
	'img/bg/happy/happy3.jpg', 
	'img/bg/happy/happy4.jpg', 
	'img/bg/happy/happy5.jpg',
	'img/bg/happy/happy6.jpg'],	
	
	imageWidth: 1199, 
	imageHeight: 739, slideDirection: 'N',
	nextSlideDelay: 4000,
	slideShowSpeed: 800,
	transitionEffect: 'superSlide',
	sequenceMode: 'normal',
	buttonPrev: '#prev',
	buttonNext: '#next',
	pagination: '#nav',
	anchoring: 'center',
	anchoringImg: 'center',
	preloadImg: 'true',

	});
	};
	
	
	
	/* CAMUS */
	function camus() {
	$('BODY').bgStretcher.sliderDestroy();
	$('#grant_type_id').val('7');
	$("#carte").hide(); //Cache div carte
	$("#menu-content").show(); //Afficher div menu-content
	$("#apropos-content").hide(); //Cache div apropos-content
	$("#contact-content").hide(); //Cache contact-content
	$("#control").show(); //Cache control
	$('BODY').bgStretcher({
	images: [
	'img/bg/camus/camus1.jpg',
	'img/bg/camus/camus2.jpg', 
	'img/bg/camus/camus3.jpg', 
	'img/bg/camus/camus4.jpg', 
	'img/bg/camus/camus5.jpg'],	
	
	imageWidth: 1199, 
	imageHeight: 739, slideDirection: 'N',
	nextSlideDelay: 4000,
	slideShowSpeed: 800,
	transitionEffect: 'superSlide',
	sequenceMode: 'normal',
	buttonPrev: '#prev',
	buttonNext: '#next',
	pagination: '#nav',
	anchoring: 'center',
	anchoringImg: 'center',
	preloadImg: 'true',
	});
	};
	
	
	
	/* MANUDEM */
	function manudem() {
	$('BODY').bgStretcher.sliderDestroy();
	$('#grant_type_id').val('8');
	$("#carte").hide(); //Cache div carte
	$("#menu-content").show(); //Afficher div menu-content
	$("#apropos-content").hide(); //Cache div apropos-content
	$("#contact-content").hide(); //Cache contact-content
	$("#control").show(); //Cache control
	$('BODY').bgStretcher({
	images: [
	'img/bg/manudem/manudem1.jpg',
	'img/bg/manudem/manudem2.jpg', 
	'img/bg/manudem/manudem3.jpg', 
	'img/bg/manudem/manudem4.jpg', 
	'img/bg/manudem/manudem5.jpg',
	'img/bg/manudem/manudem6.jpg'],	
	
	imageWidth: 1199, 
	imageHeight: 739, slideDirection: 'N',
	nextSlideDelay: 4000,
	slideShowSpeed: 800,
	transitionEffect: 'superSlide',
	sequenceMode: 'normal',
	buttonPrev: '#prev',
	buttonNext: '#next',
	pagination: '#nav',
	anchoring: 'center',
	anchoringImg: 'center',
	preloadImg: 'true',
	});
	};
	
	
	
	/* ODZENNE */
	function odezenne() {
	$('BODY').bgStretcher.sliderDestroy();
	$('#grant_type_id').val('9');
	$("#carte").hide(); //Cache div carte
	$("#menu-content").show(); //Afficher div menu-content
	$("#apropos-content").hide(); //Cache div apropos-content
	$("#contact-content").hide(); //Cache contact-content
	$("#control").show(); //Cache control
	$('BODY').bgStretcher({
	images: [
	'img/bg/odezenne/odezenne1.jpg',
	'img/bg/odezenne/odezenne2.jpg', 
	'img/bg/odezenne/odezenne3.jpg', 
	'img/bg/odezenne/odezenne4.jpg', 
	'img/bg/odezenne/odezenne5.jpg',
	'img/bg/odezenne/odezenne6.jpg',
	'img/bg/odezenne/odezenne7.jpg',
	'img/bg/odezenne/odezenne8.jpg',
	'img/bg/odezenne/odezenne9.jpg',
	'img/bg/odezenne/odezenne10.jpg',
	'img/bg/odezenne/odezenne11.jpg',
	'img/bg/odezenne/odezenne12.jpg',
	'img/bg/odezenne/odezenne13.jpg',
	'img/bg/odezenne/odezenne14.jpg'],	
	
	imageWidth: 1199, 
	imageHeight: 739, slideDirection: 'N',
	nextSlideDelay: 4000,
	slideShowSpeed: 800,
	transitionEffect: 'superSlide',
	sequenceMode: 'normal',
	buttonPrev: '#prev',
	buttonNext: '#next',
	pagination: '#nav',
	anchoring: 'center',
	anchoringImg: 'center',
	preloadImg: 'true',
	});
	};
	
	
	
	/* STUDIO CHOUETTE */
	function chouette() {
	$('BODY').bgStretcher.sliderDestroy();
	$('#grant_type_id').val('10');
	$("#carte").hide(); //Cache div carte
	$("#menu-content").show(); //Afficher div menu-content
	$("#apropos-content").hide(); //Cache div apropos-content
	$("#contact-content").hide(); //Cache contact-content
	$("#control").show(); //Cache control
	$('BODY').bgStretcher({
	images: [
	'img/bg/chouette/chouette1.jpg',
	'img/bg/chouette/chouette2.jpg', 
	'img/bg/chouette/chouette3.jpg'],	
	
	imageWidth: 1199, 
	imageHeight: 739, slideDirection: 'N',
	nextSlideDelay: 4000,
	slideShowSpeed: 800,
	transitionEffect: 'superSlide',
	sequenceMode: 'normal',
	buttonPrev: '#prev',
	buttonNext: '#next',
	pagination: '#nav',
	anchoring: 'center',
	anchoringImg: 'center',
	preloadImg: 'true',
	});
	};
	
	
	
	/* VANTAGE */
	function vantage() {
	$('BODY').bgStretcher.sliderDestroy();
	$('#grant_type_id').val('11');
	$("#carte").hide(); //Cache div carte
	$("#menu-content").show(); //Afficher div menu-content
	$("#apropos-content").hide(); //Cache div apropos-content
	$("#contact-content").hide(); //Cache contact-content
	$("#control").show(); //Cache control
	$('BODY').bgStretcher({
	images: [
	'img/bg/vantage/vantage1.jpg',
	'img/bg/vantage/vantage2.jpg', 
	'img/bg/vantage/vantage3.jpg', 
	'img/bg/vantage/vantage4.jpg', 
	'img/bg/vantage/vantage5.jpg',
	'img/bg/vantage/vantage6.jpg',
	'img/bg/vantage/vantage7.jpg',
	'img/bg/vantage/vantage8.jpg',
	'img/bg/vantage/vantage9.jpg',
	'img/bg/vantage/vantage10.jpg',
	'img/bg/vantage/vantage11.jpg',
	'img/bg/vantage/vantage12.jpg'],	
	
	imageWidth: 1199, 
	imageHeight: 739, slideDirection: 'N',
	nextSlideDelay: 4000,
	slideShowSpeed: 800,
	transitionEffect: 'superSlide',
	sequenceMode: 'normal',
	buttonPrev: '#prev',
	buttonNext: '#next',
	pagination: '#nav',
	anchoring: 'center',
	anchoringImg: 'center',
	preloadImg: 'true',
	});
	};
	
	
	
	/* PERSO */
	function perso() {
	$('BODY').bgStretcher.sliderDestroy();
	$('#grant_type_id').val('12');
	$("#carte").hide(); //Cache div carte
	$("#menu-content").show(); //Afficher div menu-content
	$("#apropos-content").hide(); //Cache div apropos-content
	$("#contact-content").hide(); //Cache contact-content
	$("#control").show(); //Cache control
	$('BODY').bgStretcher({
	images: [
	'img/bg/perso/perso0.jpg',
	'img/bg/perso/perso01.jpg',
	'img/bg/perso/perso1.jpg',
	'img/bg/perso/perso2.jpg', 
	'img/bg/perso/perso3.jpg', 
	'img/bg/perso/perso4.jpg', 
	'img/bg/perso/perso5.jpg',
	'img/bg/perso/perso6.jpg',
	'img/bg/perso/perso7.jpg',
	'img/bg/perso/perso8.jpg',
	'img/bg/perso/perso9.jpg',
	'img/bg/perso/perso10.jpg',
	'img/bg/perso/perso11.jpg',
	'img/bg/perso/perso12.jpg',
	'img/bg/perso/perso13.jpg',
	'img/bg/perso/perso14.jpg',
	'img/bg/perso/perso15.jpg',
	'img/bg/perso/perso16.jpg'],	
	
	imageWidth: 1199, 
	imageHeight: 739, slideDirection: 'N',
	nextSlideDelay: 4000,
	slideShowSpeed: 800,
	transitionEffect: 'superSlide',
	sequenceMode: 'normal',
	buttonPrev: '#prev',
	buttonNext: '#next',
	pagination: '#nav',
	anchoring: 'center',
	anchoringImg: 'center',
	preloadImg: 'true',
	});
	};
	
	
	
	/* APROPOS */
	function apropos() {
	$('BODY').bgStretcher.sliderDestroy();
	$("#carte").hide(); //Cache div carte
	$("#menu-content").hide(); //Afficher div menu-content
	$("#apropos-content").show(); //Cache div apropos-content
	$("#contact-content").hide(); //Cache contact-content
	$("#control").hide(); //Cache control
	$('BODY').bgStretcher({
	images: [
	'img/bg/apropos/apropos1.jpg',
	'img/bg/apropos/apropos2.jpg',
	'img/bg/apropos/apropos3.jpg'],	
	
	imageWidth: 1199, 
	imageHeight: 739, slideDirection: 'N',
	nextSlideDelay: 4000,
	slideShowSpeed: 800,
	transitionEffect: 'superSlide',
	sequenceMode: 'normal',
	buttonPrev: '#prev',
	buttonNext: '#next',
	pagination: '#nav',
	anchoring: 'center',
	anchoringImg: 'center',
	preloadImg: 'true',
	});
	};
	
	
	
	
	
	
	

