// adBannerMiddle

var flashyshow=new flashyslideshow({ //create instance of slideshow
	wrapperid: "slideshowMiddle", //unique ID for this slideshow
	wrapperclass: "flashclass", //desired CSS class for this slideshow
	imagearray: [
		["images/slide_CELLOclaimsMatrix.jpg", "Whats_New/index.html#CELLOclaimsMatrix2009", "", ""],
		["images/slide_floorCare.jpg", "FloorCare/index.html", "", ""],
		["images/slide_cleanerDegreaser.jpg", "Cleaners/index.html", "", ""],
		["images/slide_restroomDisinfectant.jpg", "Disinfectants/index.html", "", ""],
		["images/slide_floorCare.jpg", "FloorCare/index.html", "", ""],
		["images/slide_cleanerDegreaser.jpg", "Cleaners/index.html", "", ""]
	],
	pause: 9000, //pause between content change (millisec)
	transduration: 900 //duration of transition (affects only IE users)
})







