// JavaScript Document

/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/

var mygallery=new fadeSlideShow({
	wrapperid: "framcollege", //ID of blank DIV on page to house Slideshow
	dimensions: [305, 225], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/assets/images/homepage/fcimages/fc_img1.jpg", "/framlingham-college/index.php", "", ""],
		["/assets/images/homepage/fcimages/fc_img2.jpg", "/framlingham-college/index.php", "", ""],
		["/assets/images/homepage/fcimages/fc_img6.jpg", "/framlingham-college/index.php", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4800, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
})

var mygallery2=new fadeSlideShow({
	wrapperid: "brandestonhall", //ID of blank DIV on page to house Slideshow
	dimensions: [305, 225], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/assets/images/homepage/bhimages/bh_img1.jpg", "/brandeston-hall/index.php", "", ""],
		["/assets/images/homepage/bhimages/bh_img2.jpg", "/brandeston-hall/index.php", "", ""],
		["/assets/images/homepage/bhimages/bh_img6.jpg", "/brandeston-hall/index.php", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4800, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
})

var mygallery3=new fadeSlideShow({
	wrapperid: "littlebears", //ID of blank DIV on page to house Slideshow
	dimensions: [305, 225], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/assets/images/homepage/littlebearsimages/lb_img1.jpg", "/brandeston-hall/academic/littlebears/index.php", "", ""],
		["/assets/images/homepage/littlebearsimages/lb_img2.jpg", "/brandeston-hall/academic/littlebears/index.php", "", ""],
		["/assets/images/homepage/littlebearsimages/lb_img6.jpg", "/brandeston-hall/academic/littlebears/index.php", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4800, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
})

var mygallery4=new fadeSlideShow({
	wrapperid: "ofsociety", //ID of blank DIV on page to house Slideshow
	dimensions: [305, 225], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/assets/images/homepage/ofimages/of_img1.jpg", "/old-framlinghamians/index.php", "", ""],
		["/assets/images/homepage/ofimages/of_img2.jpg", "/old-framlinghamians/index.php", "", ""],
		["/assets/images/homepage/ofimages/of_img9.jpg", "/old-framlinghamians/index.php", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4800, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
})

var mygallery5=new fadeSlideShow({
	wrapperid: "enterprises", //ID of blank DIV on page to house Slideshow
	dimensions: [305, 225], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/assets/images/homepage/enterpriseimages/en_img1.jpg", "/enterprises/index.php", "", ""],
		["/assets/images/homepage/enterpriseimages/en_img2.jpg", "/enterprises/index.php", "", ""],
		["/assets/images/homepage/enterpriseimages/en_img6.jpg", "/enterprises/index.php", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4800, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
})

var mygallery6=new fadeSlideShow({
	wrapperid: "fitnesscentre", //ID of blank DIV on page to house Slideshow
	dimensions: [305, 225], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/assets/images/homepage/fsfcimages/fs_img1.jpg", "/fsfc/index.php", "", ""],
		["/assets/images/homepage/fsfcimages/fs_img2.jpg", "/fsfc/index.php", "", ""],
		["/assets/images/homepage/fsfcimages/fs_img6.jpg", "/fsfc/index.php", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4800, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
})
