Cufon.replace('#top ul a, h1, h2, h3, h4, h5', {
			  hover:true
			  });
$(document).ready(function() {
    $('#slideshow').cycle({
		fx: 'fade',
		timeout:  6000 
	});

$('.gallery a').colorbox({title: function(){
    var tytul = $(this).children('img').attr('alt');
    return tytul;
}});
$("#mapalight").colorbox({innerWidth:815, innerHeight:555, iframe:true, scrolling:false});
});

/* wyrównaie bloków */
window.onload = wyrownaj;
function  wyrownaj() {
var testowa = document.getElementById('meble');
if (testowa) {
blok01 = document.getElementById('meble');
blok02 = document.getElementById('oferta');
blok03 = document.getElementById('kontakt');
wys01 = blok01.offsetHeight;
wys02 = blok02.offsetHeight;
wys03 = blok02.offsetHeight;
najwWysokosc = Math.max(wys01, wys02, wys03);
blok01.style.height = najwWysokosc + 'px';
blok02.style.height = najwWysokosc + 'px';
blok03.style.height = najwWysokosc + 'px';
}
}


