/* TOP MENU */
$(document).ready(function(){  
    $(".butt1").hover(function() { $(this).attr("src","/gfx/buttop1h.png"); }, function() { $(this).attr("src","/gfx/buttop1.png"); });  
    $(".butt2").hover(function() { $(this).attr("src","/gfx/buttop2h.png"); }, function() { $(this).attr("src","/gfx/buttop2.png"); });  
    $(".butt3").hover(function() { $(this).attr("src","/gfx/buttop3h.png"); }, function() { $(this).attr("src","/gfx/buttop3.png"); });  
    $(".butt4").hover(function() { $(this).attr("src","/gfx/buttop4h.png"); }, function() { $(this).attr("src","/gfx/buttop4.png"); });  
    $(".butt5").hover(function() { $(this).attr("src","/gfx/buttop5h.png"); }, function() { $(this).attr("src","/gfx/buttop5.png"); });  
	
	$(".bx1").hover(function() { $(this).attr("src","/gfx/butfoot1h.png"); }, function() { $(this).attr("src","/gfx/butfoot1.png"); });  
    $(".bx2").hover(function() { $(this).attr("src","/gfx/butfoot2h.png"); }, function() { $(this).attr("src","/gfx/butfoot2.png"); });  
    $(".bx3").hover(function() { $(this).attr("src","/gfx/butfoot3h.png"); }, function() { $(this).attr("src","/gfx/butfoot3.png"); });  
    $(".bx4").hover(function() { $(this).attr("src","/gfx/butfoot4h.png"); }, function() { $(this).attr("src","/gfx/butfoot4.png"); });  
});  



