
	function get_window_height()
	{
		return $(window).height();
	}

	$(function(){

        $('a.lightbox').lightBox({
        	imageLoading: '/img/default/lightbox-ico-loading.gif',
			imageBtnClose: '/img/default/lightbox-btn-close.gif',
			imageBtnPrev: '/img/default/lightbox-btn-prev.gif',
			imageBtnNext: '/img/default/lightbox-btn-next.gif',
			txtImage: 'Obraz',
			txtOf: 'z'
        });

		$(".date").datepicker({
			showOn: 'button',
			buttonImage: '/img/apps/calendar.png',
			buttonImageOnly: true,
			mandatory: true,
			changeFirstDay: false,
			minDate: '-90y',
			// maxDate: '-1y',
			yearRange : '1900:2012',
			showAnim: 'fadeIn',
        	speed: 'fast'
		});

//        $("#search .in").example("szukaj");
	});

