มาโปร 1 กิโลกรัม x 10 ถุง

13,000.00 ฿

มา-โปร Ma-Pro

เหมาะสำหรับผู้ที่ขาดโปรตีน ผู้มีแผลกดทับ แผลเบาหวานอัลบูมินต่ำ ผู้สูญเสียโปรตีนขณะล้างไต ผู้ป่วยก่อนและหลังผ่าตัด มี Collagen ที่ช่วยฟื้นฟูความทรงจำ ทำให้ผิวชุ่มชื้น

มาโปร 1 กิโลกรัม x 10 ถุง
มาโปร 1 กิโลกรัม x 10 ถุง
document.addEventListener('DOMContentLoaded', function() { var gtranslateElement = document.querySelector('.gtranslate_selector'); // เปลี่ยนเป็น selector ของ GTranslate ของคุณ if (gtranslateElement) { gtranslateElement.addEventListener('change', function() { var selectedLanguage = gtranslateElement.value; // กำหนด URL ของหน้าเพจที่แปลไว้แล้ว var urlMap = { 'en': window.location.pathname.replace('/th/', '/en/'), // แทนที่ '/th/' ด้วย '/en/' ใน URL ปัจจุบัน 'th': window.location.pathname.replace('/en/', '/th/') // แทนที่ '/en/' ด้วย '/th/' ใน URL ปัจจุบัน // เพิ่มภาษาตามที่ต้องการ }; // ตรวจสอบว่าภาษาเลือกมีใน map หรือไม่ if (urlMap[selectedLanguage]) { window.location.href = urlMap[selectedLanguage]; } }); } });