
  function makeMail(address, aTag){
    aTag.href="mailto:"+address+"@opel-hojas.at";
  }
  function destroyMail(aTag){
    aTag.href="#";
  }

