// JavaScript Document
if (document.getElementById("selectCategory") != null){
  document.getElementById("selectCategory").onchange = changeCategory;
}
if (document.getElementById("send_vacancies") != null){
  document.getElementById("send_vacancies").onsubmit = validateFormVacancies;
}
