var cursorinpopup=0;
var popuptimer;

function hidepopup1() {
  window.document.getElementById('menu-services').style.visibility='hidden'
}

function displaypopup1() {
  window.document.getElementById('menu-services').style.visibility='visible'
}

function hidepopup2() {
  window.document.getElementById('menu-clients').style.visibility='hidden'
}

function displaypopup2() {
  window.document.getElementById('menu-clients').style.visibility='visible'
}

function hidepopup3() {
  window.document.getElementById('menu-resources').style.visibility='hidden'
}

function displaypopup3() {
  window.document.getElementById('menu-resources').style.visibility='visible'
}