// JavaScript Document
Cufon.replace('h1', {
			  fontFamily: "GoodGirl"
			  });
Cufon.replace('h2');
$(document).ready(function() {
$('#menu').stickyfloat({ duration: 400 });	


function goToByScroll(id){
$('html,body').animate({scrollTop: $(id).offset().top},'slow');
}
$('#menu a').click(function(event){ 
	event.preventDefault();	
	$('#menu a.active').addClass('visited');
	$('#menu a').removeClass('active');
	$(this).removeClass('visited');
	$(this).addClass('active');
	id = $(this).attr('href');
	goToByScroll(id);
							}
							
							);






$('#program_imprezy .rightpanel a, .newt').click( function() {
        window.open( $(this).attr('href') );
        return false;
    });

$('.leftpanel:not(#whitebg .leftpanel)').each( function (){
var wys = $(this).next().height();
if ($(this).height() < wys) {
$(this).height(wys);								
}
else  {
wys2 = $(this).height();
$(this).next().height(wys2)
}
});




$('.gallery a').colorbox();

});

//
