

	$(window).bind("load", function() {
	$("div#mygalone").slideView()
});








/*

	$(window).bind("load", function() {
	$("div#mygalone").slideView({toolTip: true, ttOpacity: 0.5}) // ttOpacity can be 0.1 to 1.0
});

	$(window).bind("load", function() {
	$("div#myInstantGallery").slideView({
	easeFunc: "easeInOutBack",
	easeTime: 1200
}); 
});
*/

