function slide_campaign(){

    $(function(){
      $("#slides").slides({
	    preload: false, // boolean, Set true to preload images in an image based slideshow
	    preloadImage: 'images/loading_gallery.gif', // string, Name and location of loading image for preloader. Default is "/img/loading.gif"
	    container: 'slides_container', // string, Class name for slides container. Default is "slides_container"
	    generateNextPrev: false, // boolean, Auto generate next/prev buttons
	    next: 'next', // string, Class name for next button
	    prev: 'prev', // string, Class name for previous button
	    pagination: false, // boolean, If you're not using pagination you can set to false, but don't have to
	    generatePagination: false, // boolean, Auto generate pagination
	    prependPagination: false, // boolean, prepend pagination
	    paginationClass: 'pagination', // string, Class name for pagination
	    currentClass: 'current', // string, Class name for current class
	    fadeSpeed: 350, // number, Set the speed of the fading animation in milliseconds
	    fadeEasing: '', // string, must load jQuery's easing plugin before http://gsgd.co.uk/sandbox/jquery/easing/
	    slideSpeed: 350, // number, Set the speed of the sliding animation in milliseconds
	    slideEasing: '', // string, must load jQuery's easing plugin before http://gsgd.co.uk/sandbox/jquery/easing/
	    start: 1, // number, Set the speed of the sliding animation in milliseconds
	    effect: 'slide', // string, '[next/prev], [pagination]', e.g. 'slide, fade' or simply 'fade' for both
	    crossfade: false, // boolean, Crossfade images in a image based slideshow
	    randomize: false, // boolean, Set to true to randomize slides
	    play: 5000, // number, Autoplay slideshow, a positive number will set to true and be the time between slide animation in milliseconds
	    pause: 2500, // number, Pause slideshow on click of next/prev or pagination. A positive number will set to true and be the time of pause in milliseconds
	    hoverPause: true, // boolean, Set to true and hovering over slideshow will pause it
	    autoHeight: false, // boolean, Set to true to auto adjust height
	    autoHeightSpeed: 350, // number, Set auto height animation time in milliseconds
	    bigTarget: false, // boolean, Set to true and the whole slide will link to next slide on click
	    animationStart: function(){}, // Function called at the start of animation
	    animationComplete: function(){}, // Function called at the completion of animation
	    slidesLoaded: function() {
            for(var i=0; i<=10-1; i++){
                document.getElementById('campaign_' + String(i+1)).style.display = "inline";
            };} // Function is called when slides is fully loaded
      });
    });
}

function slide_stores(){
    $(function(){
      $("#slides").slides({
	    preload: false, // boolean, Set true to preload images in an image based slideshow
	    preloadImage: 'images/loading_gallery.gif', // string, Name and location of loading image for preloader. Default is "/img/loading.gif"
	    container: 'slides_container', // string, Class name for slides container. Default is "slides_container"
	    generateNextPrev: false, // boolean, Auto generate next/prev buttons
	    next: 'next', // string, Class name for next button
	    prev: 'prev', // string, Class name for previous button
	    pagination: false, // boolean, If you're not using pagination you can set to false, but don't have to
	    generatePagination: false, // boolean, Auto generate pagination
	    prependPagination: false, // boolean, prepend pagination
	    paginationClass: 'pagination', // string, Class name for pagination
	    currentClass: 'current', // string, Class name for current class
	    fadeSpeed: 350, // number, Set the speed of the fading animation in milliseconds
	    fadeEasing: '', // string, must load jQuery's easing plugin before http://gsgd.co.uk/sandbox/jquery/easing/
	    slideSpeed: 350, // number, Set the speed of the sliding animation in milliseconds
	    slideEasing: '', // string, must load jQuery's easing plugin before http://gsgd.co.uk/sandbox/jquery/easing/
	    start: 1, // number, Set the speed of the sliding animation in milliseconds
	    effect: 'slide', // string, '[next/prev], [pagination]', e.g. 'slide, fade' or simply 'fade' for both
	    crossfade: false, // boolean, Crossfade images in a image based slideshow
	    randomize: false, // boolean, Set to true to randomize slides
	    play: 5000, // number, Autoplay slideshow, a positive number will set to true and be the time between slide animation in milliseconds
	    pause: 2500, // number, Pause slideshow on click of next/prev or pagination. A positive number will set to true and be the time of pause in milliseconds
	    hoverPause: true, // boolean, Set to true and hovering over slideshow will pause it
	    autoHeight: false, // boolean, Set to true to auto adjust height
	    autoHeightSpeed: 350, // number, Set auto height animation time in milliseconds
	    bigTarget: false, // boolean, Set to true and the whole slide will link to next slide on click
	    animationStart: function(){}, // Function called at the start of animation
	    animationComplete: function(){}, // Function called at the completion of animation
	    slidesLoaded: function() {} // Function is called when slides is fully loaded
      });
    });
}

function slide_news(){
    $(function(){
      $("#slides").slides({
	    preload: false, // boolean, Set true to preload images in an image based slideshow
	    preloadImage: 'images/loading_gallery.gif', // string, Name and location of loading image for preloader. Default is "/img/loading.gif"
	    container: 'slides_container', // string, Class name for slides container. Default is "slides_container"
	    generateNextPrev: false, // boolean, Auto generate next/prev buttons
	    next: 'next', // string, Class name for next button
	    prev: 'prev', // string, Class name for previous button
	    pagination: false, // boolean, If you're not using pagination you can set to false, but don't have to
	    generatePagination: false, // boolean, Auto generate pagination
	    prependPagination: false, // boolean, prepend pagination
	    paginationClass: 'pagination', // string, Class name for pagination
	    currentClass: 'current', // string, Class name for current class
	    fadeSpeed: 350, // number, Set the speed of the fading animation in milliseconds
	    fadeEasing: '', // string, must load jQuery's easing plugin before http://gsgd.co.uk/sandbox/jquery/easing/
	    slideSpeed: 350, // number, Set the speed of the sliding animation in milliseconds
	    slideEasing: '', // string, must load jQuery's easing plugin before http://gsgd.co.uk/sandbox/jquery/easing/
	    start: 1, // number, Set the speed of the sliding animation in milliseconds
	    effect: 'slide', // string, '[next/prev], [pagination]', e.g. 'slide, fade' or simply 'fade' for both
	    crossfade: false, // boolean, Crossfade images in a image based slideshow
	    randomize: false, // boolean, Set to true to randomize slides
	    play: 5000, // number, Autoplay slideshow, a positive number will set to true and be the time between slide animation in milliseconds
	    pause: 2500, // number, Pause slideshow on click of next/prev or pagination. A positive number will set to true and be the time of pause in milliseconds
	    hoverPause: true, // boolean, Set to true and hovering over slideshow will pause it
	    autoHeight: false, // boolean, Set to true to auto adjust height
	    autoHeightSpeed: 350, // number, Set auto height animation time in milliseconds
	    bigTarget: false, // boolean, Set to true and the whole slide will link to next slide on click
	    animationStart: function(){}, // Function called at the start of animation
	    animationComplete: function(){}, // Function called at the completion of animation
	    slidesLoaded: function() {    
	        for(var i=0; i<=1-1; i++){
                document.getElementById('news_' + String(i+1)).style.display = "inline";
            };} // Function is called when slides is fully loaded
      });
    });
}

function slide_lookbook_woman(){
    $(function(){
      $("#slides").slides({
	    preload: false, // boolean, Set true to preload images in an image based slideshow
	    preloadImage: 'images/loading_gallery.gif', // string, Name and location of loading image for preloader. Default is "/img/loading.gif"
	    container: 'slides_container', // string, Class name for slides container. Default is "slides_container"
	    generateNextPrev: false, // boolean, Auto generate next/prev buttons
	    next: 'next', // string, Class name for next button
	    prev: 'prev', // string, Class name for previous button
	    pagination: false, // boolean, If you're not using pagination you can set to false, but don't have to
	    generatePagination: false, // boolean, Auto generate pagination
	    prependPagination: false, // boolean, prepend pagination
	    paginationClass: 'pagination', // string, Class name for pagination
	    currentClass: 'current', // string, Class name for current class
	    fadeSpeed: 350, // number, Set the speed of the fading animation in milliseconds
	    fadeEasing: '', // string, must load jQuery's easing plugin before http://gsgd.co.uk/sandbox/jquery/easing/
	    slideSpeed: 350, // number, Set the speed of the sliding animation in milliseconds
	    slideEasing: '', // string, must load jQuery's easing plugin before http://gsgd.co.uk/sandbox/jquery/easing/
	    start: 1, // number, Set the speed of the sliding animation in milliseconds
	    effect: 'slide', // string, '[next/prev], [pagination]', e.g. 'slide, fade' or simply 'fade' for both
	    crossfade: false, // boolean, Crossfade images in a image based slideshow
	    randomize: false, // boolean, Set to true to randomize slides
	    play: 5000, // number, Autoplay slideshow, a positive number will set to true and be the time between slide animation in milliseconds
	    pause: 2500, // number, Pause slideshow on click of next/prev or pagination. A positive number will set to true and be the time of pause in milliseconds
	    hoverPause: true, // boolean, Set to true and hovering over slideshow will pause it
	    autoHeight: false, // boolean, Set to true to auto adjust height
	    autoHeightSpeed: 350, // number, Set auto height animation time in milliseconds
	    bigTarget: false, // boolean, Set to true and the whole slide will link to next slide on click
	    animationStart: function(){}, // Function called at the start of animation
	    animationComplete: function(){}, // Function called at the completion of animation
	    slidesLoaded: function() {
	        for(var i=0; i<=9-1; i++){
                document.getElementById('lookbook_woman_' + String(i+1)).style.display = "inline";
            };} // Function is called when slides is fully loaded
      });
    });
}

function slide_lookbook_man(){
    $(function(){
      $("#slides").slides({
	    preload: false, // boolean, Set true to preload images in an image based slideshow
	    preloadImage: 'images/loading_gallery.gif', // string, Name and location of loading image for preloader. Default is "/img/loading.gif"
	    container: 'slides_container', // string, Class name for slides container. Default is "slides_container"
	    generateNextPrev: false, // boolean, Auto generate next/prev buttons
	    next: 'next', // string, Class name for next button
	    prev: 'prev', // string, Class name for previous button
	    pagination: false, // boolean, If you're not using pagination you can set to false, but don't have to
	    generatePagination: false, // boolean, Auto generate pagination
	    prependPagination: false, // boolean, prepend pagination
	    paginationClass: 'pagination', // string, Class name for pagination
	    currentClass: 'current', // string, Class name for current class
	    fadeSpeed: 350, // number, Set the speed of the fading animation in milliseconds
	    fadeEasing: '', // string, must load jQuery's easing plugin before http://gsgd.co.uk/sandbox/jquery/easing/
	    slideSpeed: 350, // number, Set the speed of the sliding animation in milliseconds
	    slideEasing: '', // string, must load jQuery's easing plugin before http://gsgd.co.uk/sandbox/jquery/easing/
	    start: 1, // number, Set the speed of the sliding animation in milliseconds
	    effect: 'slide', // string, '[next/prev], [pagination]', e.g. 'slide, fade' or simply 'fade' for both
	    crossfade: false, // boolean, Crossfade images in a image based slideshow
	    randomize: false, // boolean, Set to true to randomize slides
	    play: 5000, // number, Autoplay slideshow, a positive number will set to true and be the time between slide animation in milliseconds
	    pause: 2500, // number, Pause slideshow on click of next/prev or pagination. A positive number will set to true and be the time of pause in milliseconds
	    hoverPause: true, // boolean, Set to true and hovering over slideshow will pause it
	    autoHeight: false, // boolean, Set to true to auto adjust height
	    autoHeightSpeed: 350, // number, Set auto height animation time in milliseconds
	    bigTarget: false, // boolean, Set to true and the whole slide will link to next slide on click
	    animationStart: function(){}, // Function called at the start of animation
	    animationComplete: function(){}, // Function called at the completion of animation
	    slidesLoaded: function() {    
	        for(var i=0; i<=15-1; i++){
                document.getElementById('lookbook_man_' + String(i+1)).style.display = "inline";
            };} // Function is called when slides is fully loaded
      });
    });
}

