// STATUS:  no new JS files found 
 
jQuery(function() {
	
	jQuery("#bt-tabelle1").hover(function(){
		jQuery("#tabelle_daten").attr("src","tl_files/wap/images/produkte/daten/tabelle1.jpg");
	});
	
	jQuery("#bt-tabelle2").hover(function(){
		jQuery("#tabelle_daten").attr("src","tl_files/wap/images/produkte/daten/tabelle2.jpg");
	});
	
	jQuery("#bt-tabelle3").hover(function(){
		jQuery("#tabelle_daten").attr("src","tl_files/wap/images/produkte/daten/tabelle3.jpg");
	});
	
});


