$(function() {
	$('#menuLang ul li').hover(function() {
		$(this).find('ul').stop().slideDown(300).show(300, function(){
			$(this).height('auto');
		});
		$(this).addClass('hover');
	} , function() {
		$(this).find('ul').slideUp(150);
		$(this).removeClass('hover');
		Cufon.refresh();
	});
	
	$('#sliderIn').nivoSlider({
        effect:'random',
        slices: 10,
        boxCols: 8,
        boxRows: 4,
        animSpeed: 2000,
        pauseTime: 5000,
		directionNav: false,
		controlNav: false,
        pauseOnHover: false		
    });
	
	$('#loga').flash({
		swf: 'swf/scroll.logotypes.swf',
		width: 974,
		height: 98,
		wmode: 'transparent'
	});
	
	var target_offset = $("body").offset();
	var target_top = target_offset.top;
	
	$('a.goTop').click(function() {
  		$("html, body").animate({scrollTop:target_top}, 1000);
	});
});

/*

$(function() {
//slider
	$('#sliderIn').nivoSlider({
        effect:'random',
        slices: 15,
        boxCols: 8,
        boxRows: 4,
        animSpeed:2000,
        pauseTime:22000,
        pauseOnHover:true
    });
//menu	
	$('#menu li:last-child').addClass('last');
//form validacja
	if ($('#contactForm').length)
		$('#contactForm').validate();
});
*/
