function restoreNav() {
  //alert('restore '+event.srcElement+' '+event.srcElement.id);
  if (navCat == 'kino') showNavKino();
  else if (navCat == 'festival') showNavKino();
  else if (navCat == 'dvd') showNavDvd();
  else if (navCat == 'stars') showNavStars();
  else if (navCat == 'club') showNavClub();
  else if (navCat == 'retro') showNavRetro();
  else if (navCat == 'eclub') showNavEclub();
  else showNavHome();
}

function showNavHome() {
  var navHome = document.getElementById('nav_home');
  var navKino = document.getElementById('nav_kino');
  var navDvd = document.getElementById('nav_dvd');
  var navStars = document.getElementById('nav_stars');
  var navClub = document.getElementById('nav_club');
  var navRetro = document.getElementById('nav_retro');
  var navEclub = document.getElementById('nav_eclub');


  navHome.className = 'menu_sel';
  navHome.onmouseover = function() { showNavHome(); };
  navKino.className = 'menu_nsel';
  navKino.onmouseover = ''
  navDvd.className = 'menu_nsel';
  navDvd.onmouseover = '';
  navStars.className = 'menu_nsel';
  navStars.onmouseover = '';
  navClub.className = 'menu_nsel';
  navClub.onmouseover = '';
  navRetro.className = 'menu_nsel';
  navRetro.onmouseover = '';
    navEclub.className = 'menu_nsel';
  navEclub.onmouseover = '';


  document.getElementById('subnav_home').style.display = 'block';
  document.getElementById('subnav_kino').style.display = 'none';
  document.getElementById('subnav_dvd').style.display = 'none';
  document.getElementById('subnav_stars').style.display = 'none';
  document.getElementById('subnav_club').style.display = 'none';
  document.getElementById('subnav_retro').style.display = 'none';
  document.getElementById('subnav_eclub').style.display = 'none';  

}

function showNavKino() {
  var navHome = document.getElementById('nav_home');
  var navKino = document.getElementById('nav_kino');
  var navDvd = document.getElementById('nav_dvd');
  var navStars = document.getElementById('nav_stars');
  var navClub = document.getElementById('nav_club');
  var navRetro = document.getElementById('nav_retro');
    var navEclub = document.getElementById('nav_eclub');

  
  navHome.className = 'menu_nsel';
  navHome.onmouseover = '';
  navKino.className = 'menu_sel';
  navKino.onmouseover = function() { showNavKino(); }
  navDvd.className = 'menu_nsel';
  navDvd.onmouseover = '';
  navStars.className = 'menu_nsel';
  navStars.onmouseover = '';
  navClub.className = 'menu_nsel';
  navClub.onmouseover = '';
  navRetro.className = 'menu_nsel';
  navRetro.onmouseover = '';
    navEclub.className = 'menu_nsel';
  navEclub.onmouseover = '';
  


  document.getElementById('subnav_home').style.display = 'none';
  document.getElementById('subnav_kino').style.display = 'block';
  document.getElementById('subnav_dvd').style.display = 'none';
  document.getElementById('subnav_stars').style.display = 'none';
  document.getElementById('subnav_club').style.display = 'none';
  document.getElementById('subnav_retro').style.display = 'none';
  document.getElementById('subnav_eclub').style.display = 'none';  

}

function showNavDvd() {
  var navHome = document.getElementById('nav_home');
  var navKino = document.getElementById('nav_kino');
  var navDvd = document.getElementById('nav_dvd');
  var navStars = document.getElementById('nav_stars');
  var navClub = document.getElementById('nav_club');
  var navRetro = document.getElementById('nav_retro');
    var navEclub = document.getElementById('nav_eclub');

  
  navHome.className = 'menu_nsel';
  navHome.onmouseover = '';
  navKino.className = 'menu_nsel';
  navKino.onmouseover = ''
  navDvd.className = 'menu_sel';
  navDvd.onmouseover = function() { showNavDvd(); }
  navStars.className = 'menu_nsel';
  navStars.onmouseover = '';
  navClub.className = 'menu_nsel';
  navClub.onmouseover = '';
  navRetro.className = 'menu_nsel';
  navRetro.onmouseover = '';
      navEclub.className = 'menu_nsel';
  navEclub.onmouseover = '';


  
  document.getElementById('subnav_home').style.display = 'none';
  document.getElementById('subnav_kino').style.display = 'none';
  document.getElementById('subnav_dvd').style.display = 'block';
  document.getElementById('subnav_stars').style.display = 'none';
  document.getElementById('subnav_club').style.display = 'none';
  document.getElementById('subnav_retro').style.display = 'none';
  document.getElementById('subnav_eclub').style.display = 'none';  

}

function showNavStars() {
  var navHome = document.getElementById('nav_home');
  var navKino = document.getElementById('nav_kino');
  var navDvd = document.getElementById('nav_dvd');
  var navStars = document.getElementById('nav_stars');
  var navClub = document.getElementById('nav_club');
  var navRetro = document.getElementById('nav_retro');
 // var navShop = document.getElementById('nav_shop');
   var navEclub = document.getElementById('nav_eclub');
  
  navHome.className = 'menu_nsel';
  navHome.onmouseover = '';
  navKino.className = 'menu_nsel';
  navKino.onmouseover = ''
  navDvd.className = 'menu_nsel';
  navDvd.onmouseover = '';
  navStars.className = 'menu_sel';
  navStars.onmouseover = function() { showNavStars(); };
  navClub.className = 'menu_nsel';
  navClub.onmouseover = '';
  navRetro.className = 'menu_nsel';
  navRetro.onmouseover = '';
 // navShop.className = 'menu_nsel';
 // navShop.onmouseover = '';
    navEclub.className = 'menu_nsel';
  navEclub.onmouseover = '';
 
  
  document.getElementById('subnav_home').style.display = 'none';
  document.getElementById('subnav_kino').style.display = 'none';
  document.getElementById('subnav_dvd').style.display = 'none';
  document.getElementById('subnav_stars').style.display = 'block';
  document.getElementById('subnav_club').style.display = 'none';
  document.getElementById('subnav_retro').style.display = 'none';
 // document.getElementById('subnav_shop').style.display = 'none';
  document.getElementById('subnav_eclub').style.display = 'none'; 

}

function showNavClub() {
  var navHome = document.getElementById('nav_home');
  var navKino = document.getElementById('nav_kino');
  var navDvd = document.getElementById('nav_dvd');
  var navStars = document.getElementById('nav_stars');
  var navClub = document.getElementById('nav_club');
  var navRetro = document.getElementById('nav_retro');
//  var navShop = document.getElementById('nav_shop');
  var navEclub = document.getElementById('nav_eclub');
  
  navHome.className = 'menu_nsel';
  navHome.onmouseover = '';
  navKino.className = 'menu_nsel';
  navKino.onmouseover = ''
  navDvd.className = 'menu_nsel';
  navDvd.onmouseover = '';
  navStars.className = 'menu_nsel';
  navStars.onmouseover = '';
  navClub.className = 'menu_sel';
  navClub.onmouseover = function() { showNavClub(); };
  navRetro.className = 'menu_nsel';
  navRetro.onmouseover = '';
//  navShop.className = 'menu_nsel';
 // navShop.onmouseover = '';
     navEclub.className = 'menu_nsel';
  navEclub.onmouseover = '';

  
  document.getElementById('subnav_home').style.display = 'none';
  document.getElementById('subnav_kino').style.display = 'none';
  document.getElementById('subnav_dvd').style.display = 'none';
  document.getElementById('subnav_stars').style.display = 'none';
  document.getElementById('subnav_club').style.display = 'block';
  document.getElementById('subnav_retro').style.display = 'none';
 // document.getElementById('subnav_shop').style.display = 'none';
   document.getElementById('subnav_eclub').style.display = 'none';
}

function showNavRetro() {
  var navHome = document.getElementById('nav_home');
  var navKino = document.getElementById('nav_kino');
  var navDvd = document.getElementById('nav_dvd');
  var navStars = document.getElementById('nav_stars');
  var navClub = document.getElementById('nav_club');
  var navRetro = document.getElementById('nav_retro');
//  var navShop = document.getElementById('nav_shop');
  var navEclub = document.getElementById('nav_eclub');
  
  navHome.className = 'menu_nsel';
  navHome.onmouseover = '';
  navKino.className = 'menu_nsel';
  navKino.onmouseover = ''
  navDvd.className = 'menu_nsel';
  navDvd.onmouseover = '';
  navStars.className = 'menu_nsel';
  navStars.onmouseover = '';
  navClub.className = 'menu_nsel';
  navClub.onmouseover = '';
  navRetro.className = 'menu_sel';
  navRetro.onmouseover = function() { showNavRetro(); };
 // navShop.className = 'menu_nsel';
 // navShop.onmouseover = '';
     navEclub.className = 'menu_nsel';
  navEclub.onmouseover = '';

  
  document.getElementById('subnav_home').style.display = 'none';
  document.getElementById('subnav_kino').style.display = 'none';
  document.getElementById('subnav_dvd').style.display = 'none';
  document.getElementById('subnav_stars').style.display = 'none';
  document.getElementById('subnav_club').style.display = 'none';
  document.getElementById('subnav_retro').style.display = 'block';
//  document.getElementById('subnav_shop').style.display = 'none';
  document.getElementById('subnav_eclub').style.display = 'none';
}


function showNavEclub() {
  var navHome = document.getElementById('nav_home');
  var navKino = document.getElementById('nav_kino');
  var navDvd = document.getElementById('nav_dvd');
  var navStars = document.getElementById('nav_stars');
  var navClub = document.getElementById('nav_club');
  var navRetro = document.getElementById('nav_retro');
//  var navShop = document.getElementById('nav_shop');
  var navEclub = document.getElementById('nav_eclub');
  
  navHome.className = 'menu_nsel';
  navHome.onmouseover = '';
  navKino.className = 'menu_nsel';
  navKino.onmouseover = ''
  navDvd.className = 'menu_nsel';
  navDvd.onmouseover = '';
  navStars.className = 'menu_nsel';
  navStars.onmouseover = '';
  navClub.className = 'menu_nsel';
  navClub.onmouseover = '';
  navRetro.className = 'menu_nsel';
  navRetro.onmouseover = '';

 // navShop.className = 'menu_nsel';
 // navShop.onmouseover = '';
  navEclub.className = 'menu_sel';
  navEclub.onmouseover = function() { showNavEclub(); };

  
  document.getElementById('subnav_home').style.display = 'none';
  document.getElementById('subnav_kino').style.display = 'none';
  document.getElementById('subnav_dvd').style.display = 'none';
  document.getElementById('subnav_stars').style.display = 'none';
  document.getElementById('subnav_club').style.display = 'none';
  document.getElementById('subnav_retro').style.display = 'none';
//  document.getElementById('subnav_shop').style.display = 'none';
  document.getElementById('subnav_eclub').style.display = 'block';
}
/*
function showNavShop() {
  var navHome = document.getElementById('nav_home');
  var navKino = document.getElementById('nav_kino');
  var navDvd = document.getElementById('nav_dvd');
  var navStars = document.getElementById('nav_stars');
  var navClub = document.getElementById('nav_club');
  var navRetro = document.getElementById('nav_retro');
  var navShop = document.getElementById('nav_shop');
  
  navHome.className = 'menu_nsel';
  navHome.onmouseover = '';
  navKino.className = 'menu_nsel';
  navKino.onmouseover = ''
  navDvd.className = 'menu_nsel';
  navDvd.onmouseover = '';
  navStars.className = 'menu_nsel';
  navStars.onmouseover = '';
  navClub.className = 'menu_nsel';
  navClub.onmouseover = '';
  navRetro.className = 'menu_nsel';
  navRetro.onmouseover = '';
  navShop.className = 'menu_sel';
  navShop.onmouseover = function() { showNavShop(); };
  
  document.getElementById('subnav_home').style.display = 'none';
  document.getElementById('subnav_kino').style.display = 'none';
  document.getElementById('subnav_dvd').style.display = 'none';
  document.getElementById('subnav_stars').style.display = 'none';
  document.getElementById('subnav_club').style.display = 'none';
  document.getElementById('subnav_retro').style.display = 'none';
  document.getElementById('subnav_shop').style.display = 'block';
}
*/
