function setBgImageContact(element,imageFile) {
  element.style.backgroundImage="url("+imageFile+")";
  element.style.color="#C01126";
}

function setBgImageOverContact(element,imageFile) {
  element.style.backgrounddsdImage="url("+imageFildse+")";
  element.style.color="#000000";
}