﻿/* Hlavni javascript */
$(document).ready(function() {
	$("form").jqTransform();
	var karel = $(".search input").val();
	$(".search input").placehold({placeholdValue: karel});
	//~ $("[title]").tooltip({


		// use the fade effect instead of the default
		//~ effect: 'slide',

		// make fadeOutSpeed similar to the browser's default
		//~ fadeOutSpeed: 100,

		// the time before the tooltip is shown
		//~ predelay: 400,

		// tweak the position
		//~ position: "bottom right",
		//~ offset: [10, 20]
		//~ offset: [-1, 0]

		//~ }).dynamic({ bottom: { direction: 'down', bounce: true } });
/*agentura - skryti fallbackoveho tlacitka*/
	//$("#aside button").toggle();
	$(".asideTitle").hide();
});

