$(function() {
	$('#logo').click(function() { window.location="index.php"; });
	
	$('.fb2,.rss2,.flaga').css({ opacity: 0.5 });
	$('.fb2,.rss2,.flaga').hover(function() { $(this).animate({ opacity: 1 }) }, function() { $(this).animate({ opacity: 0.5 }) });
	$('#menu img').css({ opacity: 1 });	
	$('.submenu').hide();

	//$('#banner').load('index.php?id=3'); $('#pkt3').html("<img src='assets/templates/fundacjageremek/img/up.jpg' border='0'>");
	
	//$('.pktup').click(function() { resetprzewij(); $(this).html("<img src='assets/templates/fundacjageremek/img/up.jpg' border='0'>") });

    $('#banner').cycle({
		fx: 'fade',
		timeout: 6000,
    	next:   '#next', 
   		prev:   '#prev'
	});	
	
	//$('.menu1').hover(function() { $('.submenu').hide(); $('#submenu1').fadeIn() }, function() { $('#submenu1').delay(3000).fadeOut() });
	//$('.menu2').hover(function() { $('.submenu').hide(); $('#submenu2').fadeIn() }, function() { $('#submenu2').delay(3000).fadeOut() });
	//$('.menu3').hover(function() { $('.submenu').hide(); $('#submenu3').fadeIn() }, function() { $('#submenu3').delay(3000).fadeOut() });
	//$('.menu4').hover(function() { $('.submenu').hide(); $('#submenu4').fadeIn() }, function() { $('#submenu4').delay(3000).fadeOut() });
	
//$('.dropdown').each(function () {
$('.dropdownlevel1 > a').each(function () {
	if ($('.dropdown', $(this).parent().eq(0)).length > 0)
		$(this).removeAttr("href", "#");
	$(this).parent().eq(0).hover(function () {
		$(this).addClass("button_fiolet");
		$('.dropdown:eq(0)', this).show();
	}, function () {
		$(this).removeClass("button_fiolet");
		$('.dropdown:eq(0)', this).delay(500).hide();
	});
});

//$('.dropdownlevel1 > a').removeAttr("href","#");

$(".fancybox").fancybox();

});

