$(window).bind("load", function() {
	$("div#mygaltop").slideView({toolTip: true, ttOpacity: 3.0});	
	$("div#mygalone").slideView(); //if leaved blank performs the default kind of animation (easeInOutExpo, 750)
	$("div#mygaltwo").slideView({
		easeFunc: "easeInOutBounce",
		easeTime: 2200
	}); 
	$("div#mygalthree").slideView({
		easeFunc: "easeInOutSine",
		easeTime: 500,
		toolTip: true
	});
// chili syntax highlighter
//$("code").chili();
});
//ChiliBook.automatic = false;
//ChiliBook.recipeFolder = "http://www.gcmingati.net/wordpress/wp-content/themes/giancarlo-mingati/js/chili/";  
//ChiliBook.stylesheetFolder = "http://www.gcmingati.net/wordpress/wp-content/themes/giancarlo-mingati/js/chili/";
