$(window).bind("load", function() { 
	$("div#mygalone").slideView({ 
		easeFunc: "jswing", 
		easeTime: 400 
	});  
});
jQuery(function(){
	jQuery('ul.sf-menu').superfish();
});
