$(document).ready(function() {
	//png hack for ie6
	 $('img[@src$=.png], #panel').pngfix();
	 
	$('#Map1').hover(function(){ 
		$('#productButtonOne .visible').attr("src","/images/productButtonOne-hover.png");  $('#productButtonOne .visible').pngfix();
	},function(){   
		$('#productButtonOne .visible').attr("src","/images/productButtonOne.png");  $('#productButtonOne .visible').pngfix();
	});
	
	$('#Map2').hover(function(){ 
		$('#productButtonTwo .visible').attr("src","/images/productButtonTwo-hover.png");  $('#productButtonTwo .visible').pngfix();
	},function(){   
		$('#productButtonTwo .visible').attr("src","/images/productButtonTwo.png");  $('#productButtonTwo .visible').pngfix();
	});
	
	$('#Map3').hover(function(){ 
		$('#productButtonThree .visible').attr("src","/images/productButtonThree-hover.png");  $('#productButtonThree .visible').pngfix();
	},function(){   
		$('#productButtonThree .visible').attr("src","/images/productButtonThree.png");  $('#productButtonThree .visible').pngfix();
	});
	
	$('#Map4').hover(function(){ 
		$('#productButtonFour .visible').attr("src","/images/productButtonFour-hover.png");  $('#productButtonFour .visible').pngfix();
	},function(){   
		$('#productButtonFour .visible').attr("src","/images/productButtonFour.png");  $('#productButtonFour .visible').pngfix();
	});
	
	$('#Map5').hover(function(){ 
		$('#productButtonFive .visible').attr("src","/images/productButtonFive-hover.png");  $('#productButtonFive .visible').pngfix();
	},function(){   
		$('#productButtonFive .visible').attr("src","/images/productButtonFive.png");  $('#productButtonFive .visible').pngfix();
	});
});
