// initialise plugins
	jQuery(function(){
		jQuery('ul.sf-menu').superfish({
	animation: {opacity:'show',height:'show'}, // fade-in and slide-down animation	
		});
	});
	jQuery(function(){
		jQuery('.sf-js-enabled').superfish({
	animation: {opacity:'show',height:'show'}, // fade-in and slide-down animation	
		});
	});
	$(document).ready(function() {
  		$('#slidewidth button').click(function() {
 			$(this).next().animate({width: 'toggle'});
  		});
	});
	jQuery(function(){
		jQuery('ul.sf-menu2').superfish({
	animation: {opacity:'show',height:'show'}, // fade-in and slide-down animation	
		});
	});
	jQuery(function(){
		jQuery('ul.sf-menu3').superfish({
	animation: {opacity:'show',height:'show'}, // fade-in and slide-down animation	
		});
	});
	
	jQuery(function(){
		jQuery('.sf-js-enabled').superfish({
	animation: {opacity:'show',height:'show'}, // fade-in and slide-down animation	
		});
	});
	$(document).ready(function() {
  		$('#slidewidth button').click(function() {
 			$(this).next().animate({width: 'toggle'});
  		});
	});
