var mygallery3=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [200, 130], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["./data/mod/thumb_generator.php?picture=../../aa/1.jpg&thumb_width=200&thumb_height=150", "aa/1.jpg", "_new", "Akcja SAMOCHÓD ZA GROSZE"],
		["./data/mod/thumb_generator.php?picture=../../aa/2.jpg&thumb_width=200&thumb_height=150", "aa/2.jpg", "_new", "Szkolna akcja SAMOCHÓD ZA GROSZE"],
		["./data/mod/thumb_generator.php?picture=../../aa/3.jpg&thumb_width=200&thumb_height=150", "aa/3.jpg", "_new", "Szkolna akcja SAMOCHÓD ZA GROSZE"],
		["./data/mod/thumb_generator.php?picture=../../aa/4.jpg&thumb_width=200&thumb_height=150", "aa/4.jpg", "_new", "Szkolne koło misyjne-2010"],
		["./data/mod/thumb_generator.php?picture=../../aa/5.jpg&thumb_width=200&thumb_height=150", "aa/5.jpg", "_new", "Z wizytą u naszego P.Dyrektora.DZIĘKUJEMY"],
		["./data/mod/thumb_generator.php?picture=../../aa/6.jpg&thumb_width=200&thumb_height=150", "aa/6.jpg", "_new", "Grupa dzieci po różańcu-2010"],
		["./data/mod/thumb_generator.php?picture=../../aa/7.jpg&thumb_width=200&thumb_height=150", "aa/7.jpg", "_new", "Kolędnicy misyjni z O.Georgem SVD-2008r"],
		["./data/mod/thumb_generator.php?picture=../../aa/9.jpg&thumb_width=200&thumb_height=150", "aa/9.jpg", "_new", "Rekolekcje wielkopostne z O.Cezarym SMA"],
		["./data/mod/thumb_generator.php?picture=../../aa/10.jpg&thumb_width=200&thumb_height=150", "aa/10.jpg", "_new", "Niedziela misyjna 2010r"]//<--po ostatnim obrazkU nie może być przecinka!
	],
	displaymode: {type:'auto', pause:6000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})



