$(function() {
    $("#baner1").click(function() {window.location = "sprzedaz/wyciagi_pochyle";})
    $("#baner2").click(function() {window.location = "sprzedaz/wciagarki_linowe";})
    $("#baner3").click(function() {window.location = "sprzedaz/windy_towarowe";})
    $("#baner4").click(function() {window.location = "sprzedaz/podwieszane_platformy";})
    $("#baner5").click(function() {window.location = "sprzedaz/system_obslugi_fasad";})
    
    
	if($('.index').length) {
	
		$('#accordion_baner li').each(function(index) {
			$('img', this).attr({'src': 'media/images/index/baner'+Number(index+1)+'_color.jpg'}).eq(1);
			$('img:eq(0)', this).hide();
			
			$('img:eq(1)', this).load(function() {
				$(this).pixastic('desaturate');
			});
			
		});
		
		slideMenu.build('accordion',506,10,3,3)
		
		$('#accordion_baner li:eq(2) img:eq(0)').show().parent().parent().addClass('active');
		
		$('#accordion_baner li').hover(function() {
		
			if($(this).is('.active')) {} else {
				$('img:first-child', this).fadeIn(500);
				$('#accordion_baner li.active img:first-child').fadeOut(500);
				$('li.active').removeClass('active');
				$(this).addClass('active');
			}
		});
	}
});
