$(document).ready(function(){
		$('#calendari a').Tooltip({showURL: false, delay: 0, track: true, extraClass: 'calendari', showBody: '/**/'});
});
$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto();
});
jQuery(function($) {
  $('#nav ul').hide();
  var path = '/moncasteller/introduccio';
  $('#nav a[@href="' + path + '"]').parents("ul").show();
  $('#nav a[@href="' + path + '"]').addClass('active').siblings("ul").show();
  $('#nav #menu').show();
});
jQuery.fn.equalizeCols = function(){
  var height = 0;
  return this.css("height","auto").each(function(){
    height = Math.max( height, jQuery(this).outerHeight() );
  }).css("height", height);

}; 
$(document).ready( function() {
	$('principal-actuacions > div').equalizeCols();
});
