var swapFPText = function($nm){
	$("#" +$nm).hover(
		function(){
			$("#" +$nm + " div").html('<p id="fphosts-pop-text"><b>Welcome</b> to Gus Lamoureux&#39;s Ugashik Lake and Kodiak Bear Camps. Alaska is a unique place with uncountable recreational opportunities.  Our two hunting and fishing locations are pinpoints in comparison to the vastness of Alaska.  The beauty and splendor are unsurpassed anywhere in the world.  Our camps are located within Federal Wildlife Refuges where remoteness, beauty, splendor and the best hunting and fishing combine to make the trips we offer exciting as well as educational.  Our brown bear areas are both trophy areas that to this day produce record book heads.</div>');
			
		},
		function(){
			$("#" +$nm).find("div").html("<img src='images/" + $nm + ".jpg'/>");
			
		}
	);
}
