window.addEvent('domready', function() { 
	$$('img.mo1').each(function(img) { 
		var srcobj = 'image/Animazione_CorporateOK_ON.jpg';
		img.addEvent('mouseenter', function() { img.setProperty('src',srcobj); img.fade(1.00); }); 
		img.addEvent('mouseleave', function() { img.fade(0.01);	}); 
	}); 
	$$('img.mo2').each(function(img) { 
		var srcobj = 'image/Animazione_VideoproduzioniOK_ON.jpg';
		img.addEvent('mouseenter', function() { img.setProperty('src',srcobj); img.fade(1.00); }); 
		img.addEvent('mouseleave', function() { img.fade(0.01);	}); 
	}); 
	$$('img.mo3').each(function(img) { 
		var srcobj = 'image/Animazione_webOK_ON.jpg';
		img.addEvent('mouseenter', function() { img.setProperty('src',srcobj); img.fade(1.00); }); 
		img.addEvent('mouseleave', function() { img.fade(0.01); }); 
	}); 
	$$('img.mo4').each(function(img) { 
		var srcobj = 'image/Animazione_ADV_outdoorOK_ON.jpg';
		img.addEvent('mouseenter', function() { img.setProperty('src',srcobj); img.fade(1.00); }); 
		img.addEvent('mouseleave', function() { img.fade(0.01);	}); 
	}); 
	$$('img.mo5').each(function(img) { 
		var srcobj = 'image/Animazione_premi_ON.jpg';
		img.addEvent('mouseenter', function() { img.setProperty('src',srcobj); img.fade(1.00); }); 
		img.addEvent('mouseleave', function() { img.fade(0.01);	}); 
	}); 
	$$('img.mo6').each(function(img) { 
		var srcobj = 'image/Animazione_Art_Director_ON.jpg';
		img.addEvent('mouseenter', function() { img.setProperty('src',srcobj); img.fade(1.00); }); 
		img.addEvent('mouseleave', function() { img.fade(0.01);	}); 
	}); 
	$$('img.mo7').each(function(img) { 
		var srcobj = 'image/Animazione_Contatti_ON.jpg';
		img.addEvent('mouseenter', function() { img.setProperty('src',srcobj); img.fade(1.00); }); 
		img.addEvent('mouseleave', function() { img.fade(0.01);	}); 
	}); 
});
