/* Ultimate Fade-in slideshow (v2.1)
* Last updated: Sept 10th, 2009. This notice must stay intact for usage 
* Author: Dynamic Drive at http://www.dynamicdrive.com/
* Visit http://www.dynamicdrive.com/ for full source code
*/

var introimgs=new fadeSlideShow({
	wrapperid: "startsPageFadeimgs", //ID of blank DIV on page to house Slideshow
	dimensions: [980, 716], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["http://www.golfclub.at/v3/imgs/sites/gc2000/start/01.jpg", "", "", ""],
		["http://www.golfclub.at/v3/imgs/sites/gc2000/start/02.jpg", "", "", ""],
		["http://www.golfclub.at/v3/imgs/sites/gc2000/start/03.jpg", "", "", ""],
		["http://www.golfclub.at/v3/imgs/sites/gc2000/start/04.jpg", "", "", ""],
		["http://www.golfclub.at/v3/imgs/sites/gc2000/start/05.jpg", "", "", ""],
		["http://www.golfclub.at/v3/imgs/sites/gc2000/start/06.jpg", "", "", ""]
		//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:8000, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 800, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

