// JavaScript Document

$(window).bind("load", function() { 
	$("div#mygalone").slideView() 
}); 

$(window).bind("load", function() { 
	$("div#myInstantGallery").slideView({ 
		easeFunc: "easeInOutBack", 
		easeTime: 1200 
	});  
}); 
