        var mygallery2=new fadeSlideShow({
            wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
            dimensions: [705, 260], //width/height of gallery in pixels. Should reflect dimensions of largest image
            imagearray: [
                ["images/casei/cashnetusa1.jpg", "case_studies.php", "", "<span class='title'>Online payday lending for an industry leader.</span><span class='desc'>Support and development as part of the large dev and QA team. We've partnered with the client for 5 years since its very early days.</span>"],
                ["images/casei/cashnetusa2.jpg", "case_studies.php", "", "<span class='title'>Online payday lending for an industry leader.</span><span class='desc'>Support and development as part of the large dev and QA team. We've partnered with the client for 5 years since its very early days.</span>"],
                ["images/casei/cashnetusa3.jpg", "case_studies.php", "", "<span class='title'>Online payday lending for an industry leader.</span><span class='desc'>Support and development as part of the large dev and QA team. We've partnered with the client for 5 years since its very early days.</span>"],
                ["images/casei/gearhub1.jpg", "case_studies.php", "", "<span class='title'>E-commerce site for selling electronics using layaway financing</span><span class='desc'>Product devevopment from scratch, including architecture, coding and QA.</span>"],
                ["images/casei/gearhub2.jpg", "case_studies.php", "", "<span class='title'>E-commerce site for selling electronics using layaway financing</span><span class='desc'>Product devevopment from scratch, including architecture, coding and QA.</span>"],
                ["images/casei/gearhub3.jpg", "case_studies.php", "", "<span class='title'>E-commerce site for selling electronics using layaway financing</span><span class='desc'>Product devevopment from scratch, including architecture, coding and QA.</span>"],
                ["images/casei/lg_blogs.jpg", "case_studies.php", "", "<span class='title'>Web entertainment portal with custom games, animations and videos</span><span class='desc'> Development and support of an entertainment portal for 3 years. Load balancing and content processing.</span>"],
                ["images/casei/lg_home.jpg", "case_studies.php", "", "<span class='title'>Web entertainment portal with custom games, animations and videos</span><span class='desc'> Development and support of an entertainment portal for 3 years. Load balancing and content processing.</span>"],
                ["images/casei/lg_media.jpg", "case_studies.php", "", "<span class='title'>Web entertainment portal with custom games, animations and videos</span><span class='desc'> Development and support of an entertainment portal for 3 years. Load balancing and content processing.</span>"],
                ["images/casei/lg_media_post_comment.jpg", "case_studies.php", "", "<span class='title'>Web entertainment portal with custom games, animations and videos</span><span class='desc'> Development and support of an entertainment portal for 3 years. Load balancing and content processing.</span>"],
                ["images/casei/lg_search.jpg", "case_studies.php", "", "<span class='title'>Web entertainment portal with custom games, animations and videos</span><span class='desc'> Development and support of an entertainment portal for 3 years. Load balancing and content processing.</span>"],
                ["images/casei/peerless1.jpg", "case_studies.php", "", "<span class='title'>Web application for big A/V mounts vendor</span><span class='desc'>Complete development of the application including web site (both front-end and administration UI), processing jobs, complex data load jobs, deployment and support after launch.</span>"],
                ["images/casei/peerless2.jpg", "case_studies.php", "", "<span class='title'>Web application for big A/V mounts vendor</span><span class='desc'>Complete development of the application including web site (both front-end and administration UI), processing jobs, complex data load jobs, deployment and support after launch.</span>"],
                ["images/casei/peerless3.jpg", "case_studies.php", "", "<span class='title'>Web application for big A/V mounts vendor</span><span class='desc'>Complete development of the application including web site (both front-end and administration UI), processing jobs, complex data load jobs, deployment and support after launch.</span>"] //<--no trailing comma after very last image element!
            ],
            displaymode: {type:'auto', pause:2500, cycles:0, wraparound:true},
            persist: false, //remember last viewed slide and recall within same session?
            fadeduration: 1000, //transition duration (milliseconds)
            descreveal: "always",
            togglerid: "fadeshow2toggler"
        })
