var map_active_id = '1';

function mapaPrizemi(area_id) {
  document.getElementById('mapa_prizemi_hover').style.backgroundPosition = "0px -"+(area_id*209)+"px";
  if (area_id == '0') {
    document.getElementById('mapa_prizemi_'+(map_active_id)).className = "";
  } else {
    document.getElementById('mapa_prizemi_'+(area_id)).className = "selected";
    map_active_id = ''+area_id;
  }
}
function mapaDruha(area_id) {
  document.getElementById('mapa_druha_hover').style.backgroundPosition = "0px -"+(area_id*191)+"px";
  if (area_id == '0') {
    document.getElementById('mapa_druha_'+(map_active_id)).className = "";
  } else {
    document.getElementById('mapa_druha_'+(area_id)).className = "selected";
    map_active_id = ''+area_id;
  }
}
function mapaTreti(area_id) {
  document.getElementById('mapa_treti_hover').style.backgroundPosition = "0px -"+(area_id*198)+"px";
  if (area_id == '0') {
    document.getElementById('mapa_treti_'+(map_active_id)).className = "";
  } else {
    document.getElementById('mapa_treti_'+(area_id)).className = "selected";
    map_active_id = ''+area_id;
  }
}
function mapaCtvrta(area_id) {
  document.getElementById('mapa_ctvrta_hover').style.backgroundPosition = "0px -"+(area_id*197)+"px";
  if (area_id == '0') {
    document.getElementById('mapa_ctvrta_'+(map_active_id)).className = "";
  } else {
    document.getElementById('mapa_ctvrta_'+(area_id)).className = "selected";
    map_active_id = ''+area_id;
  }
}
function mapaPata(area_id) {
  document.getElementById('mapa_pata_hover').style.backgroundPosition = "0px -"+(area_id*172)+"px";
  if (area_id == '0') {
    document.getElementById('mapa_pata_'+(map_active_id)).className = "";
  } else {
    document.getElementById('mapa_pata_'+(area_id)).className = "selected";
    map_active_id = ''+area_id;
  }
}
function mapa(area_id) {
  document.getElementById('mapa_prizemi_hover').style.backgroundPosition = "0px -0px";
  document.getElementById('mapa_druha_hover').style.backgroundPosition = "0px -0px";
  document.getElementById('mapa_treti_hover').style.backgroundPosition = "0px -0px";
  document.getElementById('mapa_ctvrta_hover').style.backgroundPosition = "0px -0px";
  document.getElementById('mapa_pata_hover').style.backgroundPosition = "0px -0px";
  for (i=0;i<=document.getElementsByClassName('selected').length;i++)
  {
    document.getElementsByClassName('selected')[i].className = "";;
  }
}

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-23327452-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
