Premium Protection for Your Spa & Hot Tub

$(() => { var t = $("saf-online").attr("saf-hide").split(","); if(t[0] == 1) { var kf = $("saf-online"); kf.addClass("hideOnline"); var win = $(window); var sc = $(document); win.scroll(function () { if (sc.scrollTop() >= t[1]) { kf.addClass("showOnline"); } else { kf.removeClass("showOnline"); } }); } $("saf-online.saf-theme01").parent().addClass("saf-online"); $("saf-online saf-onlineBacktop").click(function() { $("body, html").stop().animate({ "scrollTop": 0 }); }); }); if(isFrontEnv()) { Saf.config.pc_mo_resize_reload(1); Saf.config.remove_img_thumb(1); Saf.config.body_class_name("saf"); Saf.config.force_1920(0,0); Saf.config.disable_mobile(0); Saf.config.remove_href(0); Saf.config.disable_copy(0); Saf.config.disable_contextmenu(0); Saf.config.license("/taglist.html", "auto"); Saf.config.alt(""); Saf.config.a_blank(0); // Saf.config.scroll_animation(1); Saf.config.scroll_animation(1,1); Saf.config.scroll_animation(1,1,1); Saf.config.fullscreen({ page:"", nofull:768, speed:1000, pagetype:"bullets", footer_id:"#c_static_1730554012416,hide", fullfooter:false, direction:"vertical,effect03", state:"0,1", hash:"home,about,products,case,news,footer" }); Saf.config.words($(".saf-extreme-words").text().trim()); Saf.config.nodata(1); Saf.config.languages = ""; Saf.start(); };