var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [310, 470], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [

		
				["http://p133929.webspaceconfig.de/fileadmin/slideshow/SSL/SSL1.jpg", "", "", ""]
				,
				["http://p133929.webspaceconfig.de/fileadmin/slideshow/SSL/SSL2.jpg", "", "", ""]
				,
				["http://p133929.webspaceconfig.de/fileadmin/slideshow/SSL/SSL3.jpg", "", "", ""]
				,
				["http://p133929.webspaceconfig.de/fileadmin/slideshow/SSL/SSL4.jpg", "", "", ""]	
		
	],
	displaymode: {type:'auto', pause:2000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})


var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [310, 470], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [

		
	
				["http://p133929.webspaceconfig.de/fileadmin/slideshow/SSM/SSM1.jpg", "", "", ""]
				,
				["http://p133929.webspaceconfig.de/fileadmin/slideshow/SSM/SSM2.jpg", "", "", ""]
				,
				["http://p133929.webspaceconfig.de/fileadmin/slideshow/SSM/SSM3.jpg", "", "", ""]
				,
				["http://p133929.webspaceconfig.de/fileadmin/slideshow/SSM/SSM4.jpg", "", "", ""]				

	],
	displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [310, 470], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [

	
				["http://p133929.webspaceconfig.de/fileadmin/slideshow/SSR/SSR1.jpg", "", "", ""]
				,
				["http://p133929.webspaceconfig.de/fileadmin/slideshow/SSR/SSR2.jpg", "", "", ""]
				,
				["http://p133929.webspaceconfig.de/fileadmin/slideshow/SSR/SSR3.jpg", "", "", ""]
				,
				["http://p133929.webspaceconfig.de/fileadmin/slideshow/SSR/SSR4.jpg", "", "", ""]	
				



	],
	displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})


