// JavaScript Document



// the following parameters are the non defauit parameters
MagicSlideshow.extraOptions.slideshow2 = {
                
				'effect': 'scroll',
				'effect-duration': '.5',
				'speed': '5',
				'pause': 'hover',
				//'text-effect': 'fade',
				//'text-delay': '.5',
				'arrows': 'yes',
				'arrows-opacity': '0.5',
				'text-opacity': '0.6'     // <-- no comma after last parameter
				
            }
