$(document).ready(function() {
	$(".sub").accordion({
		header: 'a.sub1',
		autoheight: false,
		navigation:false,
		alwaysOpen: false,
		active: ".curr2"
	});

	$(".subsub").accordion({
		header: 'a.sub2',
		autoheight: false,
		navigation:false,
		alwaysOpen: false,
		active: ".curr2"
	});

	$(".subsubsub").accordion({
		header: 'a.sub3',
		autoheight: false,
		navigation:false,
		alwaysOpen: false,
		active: ".curr2"
	});

});


function underConstr() {
	alert("Tato stránka se připravuje, děkujeme za pochopení.");
}

function underConstr2() {
	alert("This page is being prepared. Thank you for understanding.  ");
}