$(function() {
	// applying the settings
	$('#photos').Accordion({
		active: 'h4.hover',
		header: 'h4.nohover',
		alwaysOpen: false,
		animated: true,
		showSpeed: 400,
		hideSpeed: 800
	});
});	
$(function() {
	// applying the settings
	$('#zapiski').Accordion({
		active: 'h4.hover',
		header: 'h4.nohover',
		alwaysOpen: false,
		animated: true,
		showSpeed: 400,
		hideSpeed: 800
	});
});
