$(document).ready(function(){
	
$('html').removeClass('no-js');


$('.drewno-show').click(function(){
	$('.drewno').show('fast');
	return false;
});	
	
$('.alu-show').click(function(){
	$('.alu').show('fast');
	return false;
});		
	
$('.zoom').lightBox();

$('.hactiv').click(function() {
	if ($(this).next('div.hbox').hasClass("active")) {
		$('.active').slideToggle('slow').removeClass('active');
	} else {
		$('.active').slideToggle('slow').removeClass('active');
		$(this).next('div.hbox').slideToggle('slow').addClass('active');
	}
});
	
	

$("form").validator({ 
	lang: 'pl',
	message: '<div><i/><em/></div>'
});

	
	
	
	
	
	
	
// end ready()
});
