
function selectIdea(idea_id) {
	// make an AJAX call to retrieve the information needed to determine other details for this gift.
	// method does all the updating to the element passed in (gift_idea_summary)	
	getFormattedGiftIdeaSummaryTEST(idea_id, 'giftIdeaSummaryContainer');
}

function approveGift(idea_id) {
	
}

function disapproveGift(idea_id) {
	
}

