  $(document).ready(function(){   			$("a[rel^='prettyPhoto']").prettyPhoto({				animationSpeed: 'normal', /* fast/slow/normal */				padding: 40, /* padding for each side of the picture */				opacity: 0.75, /* Value betwee 0 and 1 */				showTitle: true, /* true/false */				allowresize: true, /* true/false */				counter_separator_label: '/', /* The separator for the gallery counter 1 "of" 2 */				theme: 'dark_rounded', /* light_rounded / dark_rounded / light_square / dark_square */				callback: function(){}			});});function glisse(obj) {  $('#album'+obj).slideToggle('slow');}// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . function deroule(obj,nbr) {  if (document.getElementById("item"+ obj).className == 'masquageHide') {       for (i=1; i<=nbr; i++) {       document.getElementById("item" + i).className = "masquageHide";       document.getElementById("plus" + i).className = "spacerR masquageShow";        }       	   document.getElementById("item"+ obj ).className = "masquageShow";       document.getElementById("plus" + obj).className = "masquageHide";}else {    document.getElementById("item"+obj).className = 'masquageHide' ; }}// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . function deroule2(obj,nbr) {  if (document.getElementById("item"+ obj).className == 'masquageHide x1214') {       for (i=1; i<=nbr; i++) {       document.getElementById("item" + i).className = "masquageHide x1214";        }       	   document.getElementById("item"+ obj ).className = "masquageShow x1214";}else {    document.getElementById("item"+obj).className = 'masquageHide x1214' ; }}// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . function hilite(obj) {     document.getElementById("btn"+ obj ).style.marginTop="-24px";}function delite(obj) {     document.getElementById("btn"+ obj ).style.marginTop="0px";}// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . function aff_contact() {  if (document.getElementById("contact").className == 'masquageHide') {	   document.getElementById("contact").className = 'masquageShow';}else { 	   document.getElementById("contact").className = 'masquageHide';}}function slideSwitch() {    var $active = $('#slideshow IMG.active');    if ( $active.length == 0 ) $active = $('#slideshow IMG:last');    // use this to pull the images in the order they appear in the markup    var $next =  $active.next().length ? $active.next()        : $('#slideshow IMG:first');    // uncomment the 3 lines below to pull the images in random order        // var $sibs  = $active.siblings();    // var rndNum = Math.floor(Math.random() * $sibs.length );    // var $next  = $( $sibs[ rndNum ] );    $active.addClass('last-active');    $next.css({opacity: 0.0})        .addClass('active')        .animate({opacity: 1.0}, 1000, function() {            $active.removeClass('active last-active');        });}$(function() {    setInterval( "slideSwitch()", 4000 );});
