VYTAL

VYTAL
10 maart 2025

Om u een zo'n compleet mogelijk programma aan te kunnen bieden, gebruiken wij VYTAL in combinatie met onze gewichtsverliesprogramma’s.

delen
/* faq */ $(document).ready(function() { $('.acc-btn').click(function() { $('.acc-btn').removeClass('on'); $('.acc-txt').slideUp('normal'); if($(this).next().is(':hidden') == true) { $(this).addClass('on'); $(this).next().slideDown('normal'); } }); $('.acc-txt').hide(); }); /* home + consults faq */ $(document).ready(function() { $('.h-acc-btn').click(function() { $('.h-acc-btn').removeClass('on'); $('.h-acc-txt').slideUp('normal'); if($(this).next().is(':hidden') == true) { $(this).addClass('on'); $(this).next().slideDown('normal'); } }); $('.h-acc-txt').hide(); });