﻿

    function showPhotoTour() {
        jQuery.slimbox([
        ["/images/PhotoTours/Porsche/1.jpg"],
        ["/images/PhotoTours/Porsche/2.jpg"],
        ["/images/PhotoTours/Porsche/3.jpg"],
        ["/images/PhotoTours/Porsche/4.jpg"],
        ["/images/PhotoTours/Porsche/5.jpg"],
        ["/images/PhotoTours/Porsche/6.jpg"],
        ["/images/PhotoTours/Porsche/7.jpg"],
        ["/images/PhotoTours/Porsche/8.jpg"],
        ["/images/PhotoTours/Porsche/9.jpg"],
        ["/images/PhotoTours/Porsche/10.jpg"],
        ["/images/PhotoTours/Porsche/11.jpg"],
        ["/images/PhotoTours/Porsche/12.jpg"],
        ["/images/PhotoTours/Porsche/13.jpg"],
        ["/images/PhotoTours/Porsche/14.jpg"],
        ["/images/PhotoTours/Porsche/15.jpg"],
        ["/images/PhotoTours/Porsche/16.jpg"],
        ["/images/PhotoTours/Porsche/17.jpg"],
        ["/images/PhotoTours/Porsche/18.jpg"],
        ["/images/PhotoTours/Porsche/19.jpg"]],
        0,
        {
            overlayOpacity: 0.6,
            easing: "easeOutElastic",
            captionAnimationDuration: .5,
            counterText: false,
            closeKeys: [27, 70],
            nextKeys: [39, 83],
            loop: true,
            overlayFadeDuration: 100
        }
    );

        return false;
    }