function initializeSlideShow_mont(){if(document.getElementById("GALLERYCITIESQCCONTENT")){document.getElementById("GALLERYCITIESQCCONTENT").style.display="none";$("#quebHomeSlideShow").cycle("destroy")}if(document.getElementById("GALLERYCITIESMTLCONTENT")){document.getElementById("GALLERYCITIESMTLCONTENT").style.display="block";$("#montHomeSlideShow").cycle("destroy");$("#montHomeSlideShow").cycle({fx:"fade",delay:7500,random:1})}}function initializeSlideShow_queb(){if(document.getElementById("GALLERYCITIESMTLCONTENT")){document.getElementById("GALLERYCITIESMTLCONTENT").style.display="none";$("#montHomeSlideShow").cycle("destroy")}if(document.getElementById("GALLERYCITIESQCCONTENT")){document.getElementById("GALLERYCITIESQCCONTENT").style.display="block";$("#quebHomeSlideShow").cycle("destroy");$("#quebHomeSlideShow").cycle({fx:"fade",delay:7500,random:1})}}function initializeSlideShow_form(){$("#slideshow_form").cycle("destroy");$("#slideshow_form").cycle({fx:"fade",delay:5000,random:1})}function initializeSlideShow_mont_big(){if(document.getElementById("GALLERYCITIESQCBIGCONTENT")){document.getElementById("GALLERYCITIESQCBIGCONTENT").style.display="none";$("#slideshow_queb_big").cycle("destroy")}if(document.getElementById("GALLERYCITIESMTLBIGCONTENT")){document.getElementById("GALLERYCITIESMTLBIGCONTENT").style.display="block";$("#slideshow_mont_big").cycle("destroy");$("#slideshow_mont_big").cycle({fx:"fade",delay:7500,random:1,after:onAfter})}}function initializeSlideShow_queb_big(){if(document.getElementById("GALLERYCITIESMTLBIGCONTENT")){document.getElementById("GALLERYCITIESMTLBIGCONTENT").style.display="none";$("#slideshow_mont_big").cycle("destroy")}if(document.getElementById("GALLERYCITIESQCBIGCONTENT")){document.getElementById("GALLERYCITIESQCBIGCONTENT").style.display="block";$("#slideshow_queb_big").cycle("destroy");$("#slideshow_queb_big").cycle({fx:"fade",delay:7500,random:1,after:onAfter})}}function onAfter(){$("#slideshowCredits").empty().append(this.alt)};