$(document).ready(function(){$('#img509').mouseover(function(event){ $('#img509').hide(); $('#moimg509').show();    });
						   $('#moimg509').mouseout(function(event){ $('#moimg509').hide(); $('#img509').show();     });});	$(document).ready(function(){$('#img510_1').mouseover(function(event){event.preventDefault(); $('#img510_1').fadeOut('slow', function(){ $('#moimg510_1').fadeIn('slow');});     });
					   $('#moimg510_1').mouseout(function(event){event.preventDefault(); $('#moimg510_1').fadeOut('slow', function(){ $('#img510_1').fadeIn('slow');});     });$('#img510_2').mouseover(function(event){event.preventDefault(); $('#img510_2').fadeOut('slow', function(){ $('#moimg510_2').fadeIn('slow');});     });
					   $('#moimg510_2').mouseout(function(event){event.preventDefault(); $('#moimg510_2').fadeOut('slow', function(){ $('#img510_2').fadeIn('slow');});     });$('#img510_3').mouseover(function(event){event.preventDefault(); $('#img510_3').fadeOut('fast', function(){ $('#moimg510_3').fadeIn('fast');});     });
					   $('#moimg510_3').mouseout(function(event){event.preventDefault(); $('#moimg510_3').fadeOut('fast', function(){ $('#img510_3').fadeIn('fast');});     });$('#img510_4').mouseover(function(event){event.preventDefault(); $('#img510_4').fadeOut('slow', function(){ $('#moimg510_4').fadeIn('slow');});     });
					   $('#moimg510_4').mouseout(function(event){event.preventDefault(); $('#moimg510_4').fadeOut('slow', function(){ $('#img510_4').fadeIn('slow');});     });});	