// JavaScript Document

  $(document).ready(function(){
    $("#tree").treeview();
  });
  
$(document).ready(function() {
    $('.slider').cycle({
		fx: 'fade',
    timeout:  3000 // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});

		$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
			$("a[rel='example1']").colorbox();
			$("a[rel='example2']").colorbox({transition:"fade"});
			$("a[rel='example3']").colorbox({transition:"none", width:"75%", height:"75%"});
			$("a[rel='slideshow']").colorbox({slideshow:true, slideshowSpeed:6000, transition:"fade", speed:800, current:"obrázek {current} z {total}", preloading:true});
			$(".example5").colorbox();
			$(".popup_videa").colorbox({iframe:true, innerWidth:575, innerHeight:494, transition:"elastic", current:"{current} z {total}"});
			$(".example7").colorbox({width:"80%", height:"80%", iframe:true});
			$(".popup_div_hrac").colorbox({width:"45%", inline:true, scrolling:false, current:"karta hráče {current} z {total}",preloading:true});
			$(".popup_div_zapas").colorbox({width:"45%", inline:true, scrolling:false, current:"zápas {current} z {total}", preloading:true});
			$(".popup_div_mistrovstvi").colorbox({width:"45%", inline:true, scrolling:false, current:"Článek {current} z {total}", preloading:true});
			$(".popup_div_tymy").colorbox({width:"45%", inline:true, scrolling:false, current:"Tým {current} z {total}", preloading:true});
		});

	jQuery(document).ready(function(){
		tabs({
			block  : "#block"
		});
	});
