function DivOver_w() {
  var div1 = document.getElementById('women');
  div1.style.backgroundPosition="0px -269px";
}
function DivOut_w() {
  var div1 = document.getElementById('women');
  div1.style.backgroundPosition="0px -14px";
}

function DivOver_m() {
  var div1 = document.getElementById('men');
  div1.style.backgroundPosition="-147px -269px";
}
function DivOut_m() {
  var div1 = document.getElementById('men');
  div1.style.backgroundPosition="-147px -14px";
}

function DivOver_c() {
  var div1 = document.getElementById('children');
  div1.style.backgroundPosition="-294px -269px";
}
function DivOut_c() {
  var div1 = document.getElementById('children');
  div1.style.backgroundPosition="-294px -14px";
}

function DivOver_h() {
  var div1 = document.getElementById('hens');
  div1.style.backgroundPosition="-441px -269px";
}
function DivOut_h() {
  var div1 = document.getElementById('hens');
  div1.style.backgroundPosition="-441px -14px";
}

function DivOver_s() {
  var div1 = document.getElementById('stags');
  div1.style.backgroundPosition="-588px -269px";
}
function DivOut_s() {
  var div1 = document.getElementById('stags');
  div1.style.backgroundPosition="-588px -14px";
}