//============================================================================================= //============================================================================================= //CAROUSSEL window.addEvent('domready', function(){ var data = { 'panoramique_villiers.jpg': { caption: '', href: '' }, 'caroussel_cinethe_27022012.jpg': { caption: 'Cinéthé : Et si on vivait tous ensemble ?, lundi 27 Février 2012 à 15 h 30', href: 'http://www.mairie-villiers94.com/agenda-evenement.html?id=2052' }, 'caroussel_memoires_quartier.jpg': { caption: 'Exposition Mémoires de quartier', href: 'http://www.mairie-villiers94.com/agenda-evenement.html?id=2057' }, 'caroussel_foulees_de_la_brie.jpg': { caption: 'Les Foulées de la Brie, dimanche 1er avril 2012', href: 'http://www.mairie-villiers94.com/agenda-evenement.html?id=2080' }, }; var myShow = new Slideshow('caroussel', data, {captions: true, controller: true, width: 480, height: 192, hu: 'medias/caroussel/', thumbnails: false, duration: 1000, delay: 6000 }); if($('caroussel_hdv')) { var data_hdv = { 'hdv_1.jpg': { caption: 'Mairie de Villiers-sur-Marne', href: '' }, 'hdv_2.jpg': { caption: 'Mairie de Villiers-sur-Marne', href: '' }, 'hdv_4.jpg': { caption: 'Vue panoramique Villiers', href: '' }, 'hdv_5.jpg': { caption: 'Villiers-sur-Marne, hier', href: '' }, }; var myShow_hdv = new Slideshow.KenBurns('caroussel_hdv', data_hdv, {captions: true, controller: false, width: 705, height: 470, hu: 'medias/caroussel/voeux2012/', thumbnails: false, duration: 5000, delay: 9000 }); }; if($('caroussel_jeunesse')) { var data_jeunesse = { 'jeunesse_4.jpg': { caption: 'Accueil de loisirs', href: '' }, 'jeunesse_5.jpg': { caption: '', href: '' }, 'jeunesse_6.jpg': { caption: 'Village de la Petite-Enfance', href: '' }, 'jeunesse_3.jpg': { caption: 'Rentrée des classes', href: '' }, 'jeunesse_2.jpg': { caption: 'Activités halte-garderie 1,2,3 Soleil', href: '' }, }; var myShow_jeunesse = new Slideshow.KenBurns('caroussel_jeunesse', data_jeunesse, {captions: true, controller: false, width: 705, height: 470, hu: 'medias/caroussel/voeux2012/', thumbnails: false, duration: 5000, delay: 9000 }); }; if($('caroussel_social')) { var data_social = { 'sante_1.jpg': { caption: 'La Protection Maternelle et Infantile', href: '' }, 'social_4.jpg': { caption: 'Noël du C.C.A.S. 2011', href: '' }, 'social_5.jpg': { caption: 'Noël du C.C.A.S. 2011', href: '' }, 'social_6.jpg': { caption: 'L\'Escale', href: '' }, 'social_2.jpg': { caption: 'Bal des séniors', href: '' }, }; var myShow_social = new Slideshow.KenBurns('caroussel_social', data_social, {captions: true, controller: false, width: 705, height: 470, hu: 'medias/caroussel/voeux2012/', thumbnails: false, duration: 5000, delay: 9000 }); }; if($('caroussel_culture')) { var data_culture = { 'culture_2.jpg': { caption: 'Médiathèque : Atelier d\'écriture', href: '' }, 'culture_3.jpg': { caption: 'Foire au Troc', href: '' }, 'culture_7.jpg': { caption: 'Art-Scène : programmation culturelle', href: '' }, 'culture_8.jpg': { caption: 'Conservatoire de musique et de danse', href: '' }, 'culture_9.jpg': { caption: 'Exposition Musée Emile Jean', href: '' }, }; var myShow_culture = new Slideshow.KenBurns('caroussel_culture', data_culture, {captions: true, controller: false, width: 705, height: 470, hu: 'medias/caroussel/voeux2012/', thumbnails: false, duration: 5000, delay: 9000 }); }; if($('caroussel_sports')) { var data_sports = { 'sports_1.jpg': { caption: 'Forum des associations: animations sportives', href: '' }, 'sports_2.jpg': { caption: 'Tournoi de Futsal', href: '' }, 'sports_3.jpg': { caption: 'Piscine municipale L\'hippocampe', href: '' }, 'sports_4.jpg': { caption: 'Gymnase Géo André', href: '' }, }; var myShow_sports = new Slideshow.KenBurns('caroussel_sports', data_sports, {captions: true, controller: false, width: 705, height: 470, hu: 'medias/caroussel/voeux2012/', thumbnails: false, duration: 5000, delay: 9000 }); }; if($('caroussel_cdv')) { var data_cdv = { 'cadredevie_4.jpg': { caption: 'Ecole Théophile Gautier (esquisse)', href: '' }, 'cadredevie_5.jpg': { caption: 'Ecole Charles Peguy', href: '' }, 'cadredevie_6.jpg': { caption: 'Projet Grand Paris', href: '' }, 'cadredevie_7.jpg': { caption: 'Bois Saint-Denis', href: '' }, 'cadredevie_8.jpg': { caption: 'Plan Local d\'Urbanisme', href: '' }, }; var myShow_cdv = new Slideshow.KenBurns('caroussel_cdv', data_cdv, {captions: true, controller: false, width: 705, height: 470, hu: 'medias/caroussel/voeux2012/', thumbnails: false, duration: 5000, delay: 9000 }); }; if($('caroussel_emploi')) { var data_emploi = { 'emploi_2.jpg': { caption: 'Formation', href: '' }, 'emploi_3.jpg': { caption: 'Développement économique', href: '' }, 'emploi_4.jpg': { caption: 'Salon "La Croissance Verte", mardi 7 février 2012', href: '' }, }; var myShow_emploi = new Slideshow.KenBurns('caroussel_emploi', data_emploi, {captions: true, controller: false, width: 705, height: 470, hu: 'medias/caroussel/voeux2012/', thumbnails: false, duration: 5000, delay: 9000 }); }; });