// JavaScript Document $(window).scroll(function(){ if ($(window).scrollTop() > 100) { $("#c_navigation_0061635239687823").addClass("active"); }else{ $("#c_navigation_0061635239687823").removeClass("active"); } }) document.oncontextmenu = function (event){ if(window.event){ event = window.event; } try{ var the = event.srcElement; if (!((the.tagName == "INPUT" && the.type.toLowerCase() == "text") || the.tagName == "TEXTAREA")){ return false; } return true; } catch (e){ return false; } }