function over_hun() {
  if(document.images) {
    
    window.location = 'hun.html';
  }
}

function over_eng() {
  if(document.images) {
    
    window.location = 'eng.html';
  }
}


function over_deu() {
  if(document.images) {
    
    window.location = 'deu.html';
  }
}

function over_hun2() {
  if(document.images) {
    
    window.location = 'hun2.html';
  }
}

function over_eng2() {
  if(document.images) {
    
    window.location = 'eng2.html';
  }
}


function over_deu2() {
  if(document.images) {
    
    window.location = 'deu2.html';
  }
}


