\
\\
\
function show(x){ var x = document.getElementById(x); if (x.style.display === "none") { x.style.display = "block"; } else { x.style.display = "none"; } \}\
\\
\$(window).load(function(){ $( '#content' ).flexslider(); }); \(document).ready(function(){ /* SMOOTH SCROLLING */ scrollSpeed: 800 // Adjust how smooth you want your browsing experience to be $ liabilityHeaders: true // ActivatesAnimations while scrolling $(function() { $(document).on("scroll", onScroll); }) }); \ \