$(document).ready(function() {

	$('ul.sf-menu').superfish({
		speed: 500,
        autoArrows:  false,
		dropShadows: false
	}); 
	
	$('#big-slideshow').cycle({
		speed: 2000,
		timeout: 6000
	});
	
	// SET UP IMAGE GALLERIES
	 $('#gallery-home-theater').flash(
        { 	
			src: '/wp-content/themes/me_blue_one/f/slideshowpro.swf',
			width: 655,
			height: 360,
			flashvars: { paramXMLPath: '/wp-content/themes/me_blue_one/f/param_home_theater.xml' }
		}
     );
	 
	 $('#gallery-commercial-professional').flash(
        { 	
			src: '/wp-content/themes/me_blue_one/f/slideshowpro.swf',
			width: 655,
			height: 360,
			flashvars: { paramXMLPath: '/wp-content/themes/me_blue_one/f/param_commercial_professional.xml' }
		}
     );

	 $('#gallery-integration').flash(
        { 	
			src: '/wp-content/themes/me_blue_one/f/slideshowpro.swf',
			width: 655,
			height: 360,
			flashvars: { paramXMLPath: '/wp-content/themes/me_blue_one/f/param_integration.xml' }
		}
     );

	 $('#gallery-snapshots').flash(
        { 	
			src: '/wp-content/themes/me_blue_one/f/slideshowpro.swf',
			width: 655,
			height: 360,
			flashvars: { paramXMLPath: '/wp-content/themes/me_blue_one/f/param_snapshots.xml' }
		}
     );	 
	
	
});