$(document).ready(function(){
	
	$('.menu a img').fadeTo('fast', 0.01);
	
	$('.menu a img').mouseover( function() {
		$(this).fadeTo('medium',1.0); 
	});
	$('.menu a img').mouseout( function() {
		$(this).fadeTo('medium',0.01); 
	});
	
	
	$('.homebuttons a img').fadeTo('fast', 0.01);
	
	$('.homebuttons a img').mouseover( function() {
		$(this).fadeTo('medium',1.0); 
	});
	$('.homebuttons a img').mouseout( function() {
		$(this).fadeTo('medium',0.01); 
	});
	
	$('.holzher').flash(   {   
	swf: 'swf/holzher2010v3.swf',
	width:182,
	height:196
	})
	
});
	