
// JavaScript Document

var mygallery=new fadeSlideShow({
	wrapperid: "bamgallery", //ID of blank DIV on page to house Slideshow
	dimensions: [386, 308], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/content/uxui/bam1_big.jpg"],
		["images/content/uxui/bam2_big.jpg"],
		["images/content/uxui/bam3_big.jpg"],
		["images/content/uxui/bam4_big.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'manual', pause:2000, cycles:0, wraparound:false, randomize:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: "bamtoggler"
})

var mygallery2=new fadeSlideShow({
	wrapperid: "pepsigallery", //ID of blank DIV on page to house Slideshow
	dimensions: [386, 308], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/content/uxui/pepsi1_big.jpg"],
		["images/content/uxui/pepsi2_big.jpg"],
		["images/content/uxui/pepsi3_big.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'manual', pause:2000, cycles:0, wraparound:false, randomize:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: "pepsitoggler"
})

var mygallery3=new fadeSlideShow({
	wrapperid: "tcgallery", //ID of blank DIV on page to house Slideshow
	dimensions: [386, 308], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/content/uxui/tc1_big.jpg"],
		["images/content/uxui/tc2_big.jpg"],
		["images/content/uxui/tc3_big.jpg"],
		["images/content/uxui/tc4_big.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'manual', pause:2000, cycles:0, wraparound:false, randomize:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: "tctoggler"
})

var mygallery4=new fadeSlideShow({
	wrapperid: "iwgallery", //ID of blank DIV on page to house Slideshow
	dimensions: [386, 289], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/content/uxui/iw1_big.jpg"],
		["images/content/uxui/iw2_big.jpg"],
		["images/content/uxui/iw3_big.jpg"],
		["images/content/uxui/iw4_big.jpg"],
		["images/content/uxui/iw5_big.jpg"],
		["images/content/uxui/iw6_big.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'manual', pause:2000, cycles:0, wraparound:false, randomize:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: "iwtoggler"
})
var mygallery5=new fadeSlideShow({
	wrapperid: "gwgallery", //ID of blank DIV on page to house Slideshow
	dimensions: [386, 289], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/content/uxui/gw1_big.jpg"],
		["images/content/uxui/gw2_big.jpg"],
		["images/content/uxui/gw3_big.jpg"],
		["images/content/uxui/gw4_big.jpg"],
		["images/content/uxui/gw5_big.jpg"],
		["images/content/uxui/gw6_big.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'manual', pause:2000, cycles:0, wraparound:false, randomize:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: "gwtoggler"
})
var mygallery6=new fadeSlideShow({
	wrapperid: "pepsiawgallery", //ID of blank DIV on page to house Slideshow
	dimensions: [386, 248], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/content/uxui/pepsiaw1_big.jpg"],
		["images/content/uxui/pepsiaw2_big.jpg"],
		["images/content/uxui/pepsiaw3_big.jpg"],
		["images/content/uxui/pepsiaw4_big.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'manual', pause:2000, cycles:0, wraparound:false, randomize:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: "pepsiawtoggler"
})

var mygallery7=new fadeSlideShow({
	wrapperid: "bobsgallery", //ID of blank DIV on page to house Slideshow
	dimensions: [408, 308], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/content/uxui/bobs1_big.jpg"],
		["images/content/uxui/bobs2_big.jpg"],
		["images/content/uxui/bobs3_big.jpg"],
		["images/content/uxui/bobs4_big.jpg"],
		["images/content/uxui/bobs5_big.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'manual', pause:2000, cycles:0, wraparound:false, randomize:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: "bobstoggler"
})

var mygallery8=new fadeSlideShow({
	wrapperid: "athensgallery", //ID of blank DIV on page to house Slideshow
	dimensions: [386, 308], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/content/uxui/athens1_big.jpg"],
		["images/content/uxui/athens2_big.jpg"],
		["images/content/uxui/athens3_big.jpg"],
		["images/content/uxui/athens4_big.jpg"],
		["images/content/uxui/athens5_big.jpg"],
		["images/content/uxui/athens6_big.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'manual', pause:2000, cycles:0, wraparound:false, randomize:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "onone",
	togglerid: "athenstoggler"
})


