    vybrana_sekce="";
    
    function intro(rezim) {
      if (rezim==1) {
        setTimeout('$("#kresba").fadeIn(3000);',2000);
        setTimeout('$("#intro_text_clona_1").fadeOut(3000);',2000);
        setTimeout('$("#kresba_barva").fadeIn(3000);',5000);
        setTimeout('$("#intro_text_clona_2").fadeOut(3000);',5000);
        setTimeout('$("#intro_text_clona_1").fadeIn(3000);',5000);        
        setTimeout('$("#fotka").fadeIn(3000);',8000);
        setTimeout('$("#intro_text_clona_3").fadeOut(3000);',8000);
        setTimeout('$("#intro_text_clona_2").fadeIn(3000);',8000);
        setTimeout('$("#kresba_barva_2").fadeIn(2000);',14000);
        setTimeout('$("#kresba_2").fadeIn(2000);',14000);
        setTimeout('$("#top").fadeIn(1500);',12000);
        setTimeout('$("#clona").fadeIn(1500);',12000);
        setTimeout('$("#menu").animate({top: -135},2000);',15000);
        setTimeout('$("#obsah").fadeIn(2000);',17000);
        setTimeout('$("#tlacitka").fadeIn(2000);',17000);
        setTimeout('$("#menu_spodni").fadeIn(2000);',17000);
      } else {

        setTimeout('$("#fotka").fadeIn(1);',1);
        setTimeout('$("#kresba_barva_2").fadeIn(1);',1);
        setTimeout('$("#kresba_2").fadeIn(1);',1);
        setTimeout('$("#top").fadeIn(1);',11);
        setTimeout('$("#clona").fadeIn(1);',1);
        setTimeout('$("#menu").animate({top: -135},1);',1);
        setTimeout('$("#obsah").fadeIn(1);',1);
        setTimeout('$("#tlacitka").fadeIn(1);',1);
        setTimeout('$("#menu_spodni").fadeIn(1);',1);        
      }  
     } 
  
    function menu(vyber,pozadi) {
      if (vybrana_sekce!=vyber) {
      $("#tlacitko_pozadi_idea").fadeOut(1);
      $("#tlacitko_pozadi_tvorba").fadeOut(1);
      $("#tlacitko_pozadi_dilo").fadeOut(1);
      $("#tlacitko_pozadi_"+vyber).fadeIn(500);
      $("#obsah_pozadi_standard").fadeOut(1);
      $("#obsah_pozadi_idea").fadeOut(1);
      $("#obsah_pozadi_tvorba").fadeOut(1);
      $("#obsah_pozadi_dilo").fadeOut(1);
      $("#obsah_pozadi_"+pozadi).fadeIn(500);
      $("#menu_vize").css('background','#DEDBDE');
      $("#menu_lide").css('background','#DEDBDE');
      $("#menu_reference").css('background','#DEDBDE');
      $("#menu_partneri").css('background','#DEDBDE');
      $("#menu_kontakt").css('background','#DEDBDE');
      $("#menu_"+vyber).css('background','#EFE7EF');
      $("#text_idea").fadeOut(1);
      $("#text_tvorba").fadeOut(1);
      $("#text_dilo").fadeOut(1);
      $("#text_vize").fadeOut(1);
      $("#text_lide").fadeOut(1);
      $("#text_partneri").fadeOut(1);
      $("#text_reference").fadeOut(1);
      $("#text_kontakt").fadeOut(1);
      $("#text_"+vyber).fadeIn(500);
      vybrana_sekce=vyber;
      }
      
    }
    
    function mysss(vyber,rezim) {
      if (rezim==1) {
        $("#tlacitko_pozadi2_"+vyber).fadeIn(500);
      } else {
        $("#tlacitko_pozadi2_"+vyber).fadeOut(500);
      }  
    }    
