/* TOP MENU */
$(document).ready(function(){  
    $(".mt1").hover(function() { $(this).attr("src","/gfx/button_gd1.png"); }, function() { $(this).attr("src","/gfx/button_g1.png"); });  
    $(".mt2").hover(function() { $(this).attr("src","/gfx/button_gd2.png"); }, function() { $(this).attr("src","/gfx/button_g2.png"); });  
    $(".mt3").hover(function() { $(this).attr("src","/gfx/button_gd3.png"); }, function() { $(this).attr("src","/gfx/button_g3.png"); });  
    $(".mt4").hover(function() { $(this).attr("src","/gfx/button_gd4.png"); }, function() { $(this).attr("src","/gfx/button_g4.png"); });  
    $(".mt5").hover(function() { $(this).attr("src","/gfx/button_gd5.png"); }, function() { $(this).attr("src","/gfx/button_g5.png"); });  
    $(".mt6").hover(function() { $(this).attr("src","/gfx/button_gd6.png"); }, function() { $(this).attr("src","/gfx/button_g6.png"); });  
    
    $(".bx1").hover(function() { $(this).attr("src","/gfx/but1_h.png"); }, function() { $(this).attr("src","/gfx/but1.png"); });  
    $(".bx2").hover(function() { $(this).attr("src","/gfx/but2_h.png"); }, function() { $(this).attr("src","/gfx/but2.png"); });  
    $(".bx3").hover(function() { $(this).attr("src","/gfx/but3_h.png"); }, function() { $(this).attr("src","/gfx/but3.png"); });  
    $(".bx4").hover(function() { $(this).attr("src","/gfx/but4_h.png"); }, function() { $(this).attr("src","/gfx/but4.png"); });  
    $(".topmap img").hover(function() { $(this).attr("src","/gfx/mapka_d.png"); }, function() { $(this).attr("src","/gfx/mapka.png"); });  
});  

// $(document).ready(function() {
  // $('#digital-clock').clock({offset: '+1', type: 'digital'});
 //});



