$(document).ready(function() { 
	$("#btnSearch").hover(function(){
		$(this).attr('src','/SiteBase/wrap/theme0/images/search.button.on.gif');
	},function(){
		$(this).attr('src','/SiteBase/wrap/theme0/images/search.button.gif');
	});
	$("#btnSpecials").hover(function(){
		$(this).attr('src','/SiteBase/wrap/theme0/images/btn.specials.on.gif');
	},function(){
		$(this).attr('src','/SiteBase/wrap/theme0/images/btn.specials.off.gif');
	});	
	
});

function openPropertyMap() { 
	window.open("/property-map.html", "propertyFinder", "width=1000,height=680, top=50, left=100, resizable=no, scrollbars=no, toolbar=no"); 
	return false;
}

