    function akce_over()
    {
      document.getElementById('akce').style.visibility='visible';
      document.getElementById('makce').style.backgroundColor='#d9d998';
      document.getElementById('makce').style.fontWeight='bold';
    };
    function akce_out()
    {
      document.getElementById('akce').style.visibility='hidden';
      document.getElementById('makce').style.background='none';
      document.getElementById('makce').style.fontWeight='normal';
    };
    function galerie_over()
    {
      document.getElementById('galerie').style.visibility='visible';
      document.getElementById('mgalerie').style.backgroundColor='#d9d998';
      document.getElementById('mgalerie').style.fontWeight='bold';
    };
    function galerie_out()
    {
      document.getElementById('galerie').style.visibility='hidden';
      document.getElementById('mgalerie').style.background='none';
      document.getElementById('mgalerie').style.fontWeight='normal';
    };
    function video_over()
    {
      document.getElementById('video').style.visibility='visible';
      document.getElementById('mvideo').style.backgroundColor='#d9d998';
      document.getElementById('mvideo').style.fontWeight='bold';
    };
    function video_out()
    {
      document.getElementById('video').style.visibility='hidden';
      document.getElementById('mvideo').style.background='none';
      document.getElementById('mvideo').style.fontWeight='normal';
    };
    function clanky_over()
    {
      document.getElementById('clanky').style.visibility='visible';
      document.getElementById('mclanky').style.backgroundColor='#d9d998';
      document.getElementById('mclanky').style.fontWeight='bold';
    };
    function clanky_out()
    {
      document.getElementById('clanky').style.visibility='hidden';
      document.getElementById('mclanky').style.background='none';
      document.getElementById('mclanky').style.fontWeight='normal';
    };
    function nabor_over()
    {
      document.getElementById('nabor').style.visibility='visible';
      document.getElementById('mnabor').style.backgroundColor='#d9d998';
      document.getElementById('mnabor').style.fontWeight='bold';
    };
    function nabor_out()
    {
      document.getElementById('nabor').style.visibility='hidden';
      document.getElementById('mnabor').style.background='none';
      document.getElementById('mnabor').style.fontWeight='normal';
    };
    function onas_over()
    {
      document.getElementById('monas').style.paddingRight='1px';
      document.getElementById('monas').style.backgroundColor='#d9d998';
      document.getElementById('monas').style.fontWeight='bold';
    };
    function onas_out()
    {
      document.getElementById('monas').style.paddingRight='1px';
      document.getElementById('monas').style.background='none';
      document.getElementById('monas').style.fontWeight='normal';
    };
    function home_over()
    {
      document.getElementById('mhome').style.paddingRight='1px';
      document.getElementById('mhome').style.backgroundColor='#d9d998';
      document.getElementById('mhome').style.fontWeight='bold';
    };
    function home_out()
    {
      document.getElementById('mhome').style.paddingRight='1px';
      document.getElementById('mhome').style.background='none';
      document.getElementById('mhome').style.fontWeight='normal';
    };
    function team_over()
    {
      document.getElementById('mteam').style.paddingRight='1px';
      document.getElementById('mteam').style.backgroundColor='#d9d998';
      document.getElementById('mteam').style.fontWeight='bold';
    };
    function team_out()
    {
      document.getElementById('mteam').style.paddingRight='1px';
      document.getElementById('mteam').style.background='none';
      document.getElementById('mteam').style.fontWeight='normal';
    };
    function foto_over()
    {
      document.getElementById('mfoto').style.paddingRight='1px';
      document.getElementById('mfoto').style.backgroundColor='#d9d998';
      document.getElementById('mfoto').style.fontWeight='bold';
    };
    function foto_out()
    {
      document.getElementById('mfoto').style.paddingRight='1px';
      document.getElementById('mfoto').style.background='none';
      document.getElementById('mfoto').style.fontWeight='normal';
    };
    function guestbook_over()
    {
      document.getElementById('mguestbook').style.paddingRight='1px';
      document.getElementById('mguestbook').style.backgroundColor='#d9d998';
      document.getElementById('mguestbook').style.fontWeight='bold';
    };
    function guestbook_out()
    {
      document.getElementById('mguestbook').style.paddingRight='1px';
      document.getElementById('mguestbook').style.background='none';
      document.getElementById('mguestbook').style.fontWeight='normal';
    };
    function domlouvarna_over()
    {
      document.getElementById('mdomlouvarna').style.paddingRight='1px';
      document.getElementById('mdomlouvarna').style.backgroundColor='#d9d998';
      document.getElementById('mdomlouvarna').style.fontWeight='bold';
    };
    function domlouvarna_out()
    {
      document.getElementById('mdomlouvarna').style.paddingRight='1px';
      document.getElementById('mdomlouvarna').style.background='none';
      document.getElementById('mdomlouvarna').style.fontWeight='normal';
    };
    function email_over()
    {
      document.getElementById('memail').style.paddingRight='1px';
      document.getElementById('memail').style.backgroundColor='#d9d998';
      document.getElementById('memail').style.fontWeight='bold';
    };
    function email_out()
    {
      document.getElementById('memail').style.paddingRight='1px';
      document.getElementById('memail').style.background='none';
      document.getElementById('memail').style.fontWeight='normal';
  };
    function bazar_over()
    {
      document.getElementById('bazar').style.visibility='visible';
      document.getElementById('mbazar').style.backgroundColor='#d9d998';
      document.getElementById('mbazar').style.fontWeight='bold';
    };   
    function bazar_out()
    {
      document.getElementById('bazar').style.visibility='hidden';
      document.getElementById('mbazar').style.background='none';
      document.getElementById('mbazar').style.fontWeight='normal';
    };
    function vystroj_over()
    {
      document.getElementById('vystroj').style.visibility='visible';
      document.getElementById('mvystroj').style.backgroundColor='#d9d998';
      document.getElementById('mvystroj').style.fontWeight='bold';
    };   
    function vystroj_out()
    {
      document.getElementById('vystroj').style.visibility='hidden';
      document.getElementById('mvystroj').style.background='none';
      document.getElementById('mvystroj').style.fontWeight='normal';
    };
   function vyzbroj_over()
    {
      document.getElementById('vyzbroj').style.visibility='visible';
      document.getElementById('mvyzbroj').style.backgroundColor='#d9d998';
      document.getElementById('mvyzbroj').style.fontWeight='bold';
    };   
    function vyzbroj_out()
    {
      document.getElementById('vyzbroj').style.visibility='hidden';
      document.getElementById('mvyzbroj').style.background='none';
      document.getElementById('mvyzbroj').style.fontWeight='normal';
    };

