
Atenção mulher: você sente cólicas menstruais muito fortes? Pode ser endometriose. Ela provoca dores intensas na região abdominal e em várias áreas do seu sistema reprodutor, podendo inclusive atrapalhar a fertilidade. Conheça os sintomas e os tratamentos possíveis com o Dr. Drauzio Varella. Assista ao vídeo e compartilhe.
// Get the modal var modal = document.getElementById(‘myModal’); // Get the button that opens the modal var btn = document.getElementById(“myBtn”); var myVideo = document.getElementById(“video1”); // When the user clicks the button, open the modal btn.onclick = function() { modal.style.display = “block”; $(“.nav-menu”).css(“position”, “initial”); } function playPause() { myVideo.pause(); modal.style.display = “none”; $(“.nav-menu”).css(“position”, “relative”); }