Skip to content
HOME
Letter from Our Founder
About US
Vision and Mission
Leadership Team
Financial Accountability
MFCI History
Faith Statement
M2M Missionary
M2M Missionary
What is M2M?
Advantages of M2M
Process of M2M
MFCI Studio
News
Newsletter
Resources
Ministry
Ministry
Areas of Ministry
Donate
2005年
正式向美國北卡羅萊納州政府正式註冊登記,取得聯邦政府501 (c) (3)免稅資格。
教牧與培訓事工、宣教士開拓事工
HOME
Letter from Our Founder
About US
Vision and Mission
Leadership Team
Financial Accountability
MFCI History
Faith Statement
M2M Missionary
M2M Missionary
What is M2M?
Advantages of M2M
Process of M2M
MFCI Studio
News
Newsletter
Resources
Ministry
Ministry
Areas of Ministry
Donate
document.addEventListener("DOMContentLoaded", function () { const popupTrigger = document.getElementById('popup-trigger'); const popupWindow = document.getElementById('popup-window'); const popupClose = document.getElementById('popup-close');if (popupTrigger && popupWindow && popupClose) { popupTrigger.addEventListener('click', () => { popupWindow.classList.toggle('show'); });popupClose.addEventListener('click', () => { popupWindow.classList.remove('show'); });// 自動開啟(例如5秒後) setTimeout(() => { popupWindow.classList.add('show'); }, 5000); } });