function indexFadeshow() {

var mygallery=new fadeSlideShow({
	wrapperid: "indexshow", //ID of blank DIV on page to house Slideshow
	dimensions: [517, 585], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/killing_mud.png", "", "", "KILLING MUD INJECTION TOOL"],
		["images/SEALIGN.png", "", "", "SEALIGN SELF ALIGNING CONNECTION SYSTEM"]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
});
	
}

function buopFadeshow() {
var mygallery=new fadeSlideShow({
	wrapperid: "buopshow", //ID of blank DIV on page to house Slideshow
	dimensions: [496, 372], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/SPIDER_GIMBAL.png", "", "", "SEALIGN SELF ALIGNING CONNECTION SYSTEM"],
		["images/FLOW_LINE_LIFT_TOOL.png", "", "", "TOROCON ROV BASED CONNECTION SYSTEM"]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
});		
}

function productFadeshow() {
var mygallery=new fadeSlideShow({
	wrapperid: "productshow", //ID of blank DIV on page to house Slideshow
	dimensions: [515, 585], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/FLOW_LINE_LIFT_TOOL2.png", "", "", "SEALIGN SELF ALIGNING CONNECTION SYSTEM"],
		["images/spiderAndGimbal.jpg", "", "", "TOROCON ROV BASED CONNECTION SYSTEM"],
		["images/SEALIGN.png", "", "", "SEALIGN SELF ALIGNING CONNECTION SYSTEM"],
		["images/killing_mud.png", "", "", "SEALIGN SELF ALIGNING CONNECTION SYSTEM"]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
});		
}

function toroconFadeshow() {
var mygallery=new fadeSlideShow({
	wrapperid: "toroconshow", //ID of blank DIV on page to house Slideshow
	dimensions: [505, 379], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/TOROCON_notext.png", "", "", ""],
		["images/fadeshow4.2.png", "", "", ""],
		["images/fadeshow4.3.png", "", "", ""]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
});		
}
//
//function productFadeshow() {
//var mygallery=new fadeSlideShow({
//	wrapperid: "productshow", //ID of blank DIV on page to house Slideshow
//	dimensions: [517, 488], //width/height of gallery in pixels. Should reflect dimensions of largest image
//	imagearray: [
//		["images/FLOW_LINE_LIFT_TOOL2.png", "", "", "SEALIGN SELF ALIGNING CONNECTION SYSTEM"],
//		["images/SPIDER_GIMBAL_DRILLING_RISER.png", "", "", "TOROCON ROV BASED CONNECTION SYSTEM"]
//		["images/SEALIGN2.png", "", "", "TOROCON ROV BASED CONNECTION SYSTEM"]//<--no trailing comma after very last image element!
//	],
//	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
//	persist: false, //remember last viewed slide and recall within same session?
//	fadeduration: 2500, //transition duration (milliseconds)
//	descreveal: "none",
//	togglerid: ""
//
//});
//}
//
//
//var mygallery2=new fadeSlideShow({
//	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
//	dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image
//	imagearray: [
//		["images/SEALIGN.png", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
//		["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
//		["http://i30.tinypic.com/531q3n.jpg"],
//		["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
//	],
//	displaymode: {type:'manual', pause:2500, cycles:0, wraparound:false},
//	persist: false, //remember last viewed slide and recall within same session?
//	fadeduration: 500, //transition duration (milliseconds)
//	descreveal: "always",
//	togglerid: "fadeshow2toggler"
//})
