function menuover(tekst) {
  tekst.style.borderColor='#000000';
}

function menuout(tekst) {
  tekst.style.borderColor='#666666';
}
