$(document).ready(function (){


	
	$('h1 a').mouseover(function (){
	$('#mainindeximg2 img').hide();
		var $id = String($(this).attr("id"));  
		$("."+$id).show();
	});
  
 
});
