function requirementStatus(gift_status){
	if(gift_status == 0)
	{return false;}	
	else
	{return true;}	
}
