$(document).ready(function(){

	$(".children").addClass("fontNormal");
	
	$(".children")
		.append("<li style='margin-top:20px;'><a href='produkty/zabezpecovaci-systemy#secEZS'>Elektrická zabezpečovací signalizace (EZS)</a></li>")
		.append("<li><a href='produkty/zabezpecovaci-systemy#secCCTV'>Kamerové systémy (CCTV)</a></li>")
		.append("<li><a href='produkty/zabezpecovaci-systemy#secACS'>Kontrola vstupu (ACS)</a></li>")
		.append("<li><a href='produkty/zabezpecovaci-systemy#secIT'>IT Security</a></li>");
	
	$("#menu A").attr("title", "");
	$("#menu LI:first A, #site-info LI:first A").text("Úvod");
	
	

	$('#s').focus(function() {
		$(this).val('');
	});
	
	/*
	$("#thHexaWrap DIV").hover(
		function () {
			$("#thHexaWrap DIV").removeClass("thHexaActive");
			$(this).addClass("thHexaActive");
		}
	);
	*/
	
});
