$(document).ready(function () {
	$(".barraDer").css({ height: ($("#submenu").height() + $(".destacat").height() + $(".botom").height()) + 20 + "px"});
   
   if( $(".barraDer").height() > $(".barraIzq").height() ){
      $(".barraIzq").css({ height: ($(".barraDer").height())});
   }else{
      $(".barraDer").css({ height: ($(".barraIzq").height())});
   };
   
   
   if($(".barraIzq .tit").length > 0 && $(".barraIzq .tit2").length > 0 ){
	   $(".barraIzq .tit").hide();
   }
	
	
});

function openPopup(url){
	window.open(url, 'LiceuDirecte', 'width=840,height=540,scrollbars=no,resizable=yes');	
}
