<!--
// javascripty spustane hned po nacitani celej stranky
$(document).ready(function() {
	
	
	
	
	// otvaranie obrazkov galerie
	/*$(".gallview").yoxview({
		lang: "sk",
		autoHideMenu: false,
		autoHideInfo: false,
		loopPlay: false, 
		onEnd: function(){ $.yoxview.close(); }
	});*/

	
				$("[rel^='prettyPhoto']").prettyPhoto();
	
	
	
	// posledny button v menu je bez line-u
	$("#menu li:last-child").addClass("last");
	$(".subnav li:last-child").addClass("last");
	
	// posledne <p> v content-e je ma margin-bottom: 0px;
	$("#content p:last-child").addClass("plast");
	
	// 
	$("#content h1:first-child").addClass("h1first");
	
	
	

	
	
	
	
	// pridanie sipiek na rozbalovacich tlacitkach
	$("ul.subnav").parent().addClass("arr");
	
	// Drop & Draw menu
	$("ul.topnav li a").mouseenter(function() {
		$(this).parent().find("ul.subnav").slideDown('fast').show();
		$(this).parent().hover(function() {}, function(){$(this).parent().find("ul.subnav").slideUp('fast');});
	});	



	
	
	// slider obrazkov na uvode
	$('#slide').coinslider({
		width: 316,
		height: 226,
		navigation: false,
		delay: 5000
	});

	




	
	// vytvorenie mapy
	mapa(48.462208,18.562731,7);
	

});
//-->





function searchsend(nameform)
{
	document.getElementById(nameform).submit();
}




