$(window).load(function () {


/**************odkaz do nového okna***********************/
	 
$("a.popup").each(function (i) {
this.onclick=function() { 
return !window.open(this.href);
}
});

/**************menu***********************/




      $("#menu > ul > li").hover(
      function(){
      $(this).find("a.shad").addClass("akt");
      $(this).find(".podmenu").show();
      },
      function(){
      $(this).find("a.shad").removeClass("akt");
            $(this).not(".akt").find(".podmenu").hide();
      });
     
      $(".podmenu li").hover(function(){
      $(this).find(".podmenu2").show();
      $(this).find("a.rozbalovaci").addClass("akt");
      },function(){
      $(this).find(".podmenu2").hide();
      $(this).find("a.rozbalovaci").removeClass("akt");
      });




  

/**********************************************************/
$('#slider1').bxSlider({
    controls:false,
    auto:true,
    autoHover:true,
    displaySlideQty: 3,
    moveSlideQty: 1
  });
  


$('#boxiky').hover(function(){
    $('#slider1').stopShow();
    },function(){
    $('#slider1').startShow();
    });


/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/

});

$(document).ready(function () {

    $("a.fancy").fancybox();
    $(".fancy a").fancybox();
    
    $(".morehome").click(function() {
      $(".vicetext").toggle(600);  
    });
    
    $(".refklienti").click(function() {
      $(".refsluzby").removeClass('akt');
      $(".refklienti").addClass('akt');
      $(".refsluzbyin").hide(600);      
      $(".refklientiin").show(600);  
    });
    
    $(".refsluzby").click(function() {      
      $(".refklienti").removeClass('akt');
      $(".refsluzby").addClass('akt');      
      $(".refklientiin").hide(600);  
      $(".refsluzbyin").show(600);
    });
    
    $(".opentema").click(function() {      
      var tid = $(this).attr('rel');            
      $('.' + tid).toggle(600);      
    });
    
    $(".viceklientu").click(function() {
      $(".viceklientu").hide(200);
      $(".viceklientudiv").toggle(600);  
    });
    
    $(".clous").click(function() {
      $("#curtain").hide(200);
      $("#landing2").hide(200);
      $("#video").show(200);
      $("#player").show(200);  
    });
    
    $(".oupn").click(function() {
      $("#curtain").show(200);
      $("#landing2").show(200);
      $("#video").hide(200);
      $("#player").hide(200);  
    });
    
    $(".ref_inner img").fadeTo("slow", 0.66);
        $(".ref_inner img").hover(function() {
            $(this).fadeTo("slow", 1.0);
        }, function() {
            $(this).fadeTo("slow", 0.66);
        });

});
