$.recalcAll = function(){

		if($(window).width() > 960){
        $('.footer').width($(window).width());
		}
        else { $('.footer').width("960"); }
		
		$('.cMiddle').css('height', $('.cMiddle > .cRight').height() + 'px');
        $('.middle').css('height', $('.top').height() + $('.menu').height() + $('.galeria').height() + $('.content').height() + 'px');
		        $('.cMiddle > .cDiv, .cMiddle > .cLeft').css('height', $('.cMiddle > .cRight').height() + 'px');
}
