// JavaScript Document
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [198, 198], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
 		["../images/thumbs/slide1.gif", "http://www.policecu.com.au/site/borrow/home-loans.htm", "", ""],	
 		["../images/thumbs/slide1.gif", "http://www.policecu.com.au/site/borrow/home-loans.htm", "", ""],	
 		["../images/thumbs/slide2.gif", "http://www.policecu.com.au/site/savings/term-deposits.htm", "", ""],
		["../images/thumbs/slide3.gif", "http://www.policecu.com.au/site/borrow/personal-loans-car.htm", "", ""],	
		["../images/thumbs/slide4.gif", "http://www.policecu.com.au/site/access/visaspend.htm", "", ""]
		//<--no trailing comma after very last image element! JC=First image is placed twice to ensure longer hang time!!
	],
	displaymode: {type:'auto', pause:1500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
