// JavaScript Document

$(document).ready(function(){
    $("#woj").show();
    $("#teos").hide();
    $("#tango").hide();
    $("#shell").hide();
    $("#afryka").show();
    $("#srodziemne").hide();
    $("#grecja").hide();
    $("#kanary").hide();
    $("#baltyk").hide();
    $("#norwegia").hide();
    $("#grec").show();
    $("#afr").hide();
    $("#tun").hide();
    $("#sonar").hide();
    $("#wen").hide();
    $("#mile").hide();
$("#garibaldi").hide();
  $("#woj_1").hover(function(){
    $("#woj").show();
    $("#teos").hide();
    $("#tango").hide();
    $("#shell").hide();
  },function(){});
  $("#teos_5").hover(function(){
    $("#woj").hide();
    $("#teos").show();
    $("#tango").hide();
    $("#shell").hide();
  },function(){});
  $("#shell_6").hover(function(){
    $("#woj").hide();
    $("#teos").hide();
    $("#tango").hide();
    $("#shell").show();
  },function(){});
  $("#tango_4").hover(function(){
    $("#woj").hide();
    $("#teos").hide();
    $("#tango").show();
    $("#shell").hide();
  },function(){});
  $("#afryka_1").hover(function(){
    $("#afryka").show();
    $("#srodziemne").hide();
    $("#grecja").hide();
    $("#kanary").hide();
    $("#baltyk").hide();
    $("#norwegia").hide();
  },function(){});
  $("#srodziemne_2").hover(function(){
    $("#afryka").hide();
    $("#srodziemne").show();
    $("#grecja").hide();
    $("#kanary").hide();
    $("#baltyk").hide();
    $("#norwegia").hide();
  },function(){});
  $("#grecja_3").hover(function(){
    $("#afryka").hide();
    $("#srodziemne").hide();
    $("#grecja").show();
    $("#kanary").hide();
    $("#baltyk").hide();
    $("#norwegia").hide();
  },function(){});
  $("#kanary_4").hover(function(){
    $("#afryka").hide();
    $("#srodziemne").hide();
    $("#grecja").hide();
    $("#kanary").show();
    $("#baltyk").hide();
    $("#norwegia").hide();
  },function(){})
  $("#baltyk_5").hover(function(){
    $("#afryka").hide();
    $("#srodziemne").hide();
    $("#grecja").hide();
    $("#kanary").hide();
    $("#baltyk").show();
    $("#norwegia").hide();
  },function(){})
  $("#norwegia_6").hover(function(){
    $("#afryka").hide();
    $("#srodziemne").hide();
    $("#grecja").hide();
    $("#kanary").hide();
    $("#baltyk").hide();
    $("#norwegia").show();
  },function(){})
  $("#grec_1").hover(function(){
    $("#grec").show();
    $("#afr").hide();
    $("#tun").hide();
    $("#sonar").hide();
    $("#wen").hide();
    $("#mile").hide();
$("#garibaldi").hide();
  },function(){})
  $("#afr_2").hover(function(){
    $("#grec").hide();
    $("#afr").show();
    $("#tun").hide();
    $("#sonar").hide();
    $("#wen").hide();
    $("#mile").hide();
$("#garibaldi").hide();
  },function(){})
  $("#tun_3").hover(function(){
    $("#grec").hide();
    $("#afr").hide();
    $("#tun").show();
    $("#sonar").hide();
    $("#wen").hide();
    $("#mile").hide();
$("#garibaldi").hide();
  },function(){})
    $("#sonar_4").hover(function(){
    $("#grec").hide();
    $("#afr").hide();
    $("#tun").hide();
    $("#sonar").show();
    $("#wen").hide();
    $("#mile").hide();
$("#garibaldi").hide();
  },function(){})
  $("#wen_5").hover(function(){
    $("#grec").hide();
    $("#afr").hide();
    $("#tun").hide();
    $("#sonar").hide();
    $("#wen").show();
    $("#mile").hide();
$("#garibaldi").hide();
  },function(){})
  $("#mile_6").hover(function(){
    $("#grec").hide();
    $("#afr").hide();
    $("#tun").hide();
    $("#sonar").hide();
    $("#wen").hide();
    $("#mile").show();
$("#garibaldi").hide();
  },function(){})
$("#garibaldi_7").hover(function(){
    $("#grec").hide();
    $("#afr").hide();
    $("#tun").hide();
    $("#sonar").hide();
    $("#wen").hide();
    $("#mile").hide();
$("#garibaldi").show();
  },function(){})
});

