$('.accordion-1st-level').accordion({
	active: false,
	header: '.accordion-1st-head',
	alwaysOpen: false,
	//fillSpace: false,
	//animated: 'easeslide',
	autoheight: false
});

$('.accordion-2nd-level').accordion({
	active: false,
	header: '.accordion-2nd-head',
	alwaysOpen: false,
	//fillSpace: false,
	//animated: 'bounceslide',
	autoheight: false
});

$('.offers-accordion-1st-level').accordion({
	active: false,
	header: '.offers-accordion-1st-head',
	alwaysOpen: false,
	//fillSpace: false,
	//animated: 'easeslide',
	autoheight: false
});

$('.offers-accordion-2nd-level').accordion({
	active: false,
	header: '.offers-accordion-2nd-head',
	alwaysOpen: false,
	//fillSpace: false,
	//animated: 'bounceslide',
	autoheight: false
});

$('.offers-accordion-3rd-level').accordion({
	active: false,
	header: '.offers-accordion-3rd-head',
	alwaysOpen: false,
	//fillSpace: false,
	//animated: 'bounceslide',
	autoheight: false
});

/*
jQuery(document).ready(function(){
	$('#accordion-menu .accordion-head').click(function() {
		$(this).next().toggle('slow');
	}).next().hide();
});*/
