$(function(){$.fn.goTop=function(){$(this).hide().removeAttr("href");if($(window).scrollTop()!="0"){$(this).stop().fadeIn(500)}var a=$(this);$(window).scroll(function(){if($(window).scrollTop()=="0"){$(a).fadeOut(150)}else{$(a).fadeIn(300)}});$(this).click(function(){$("html, body").animate({scrollTop:0},"1000")})}});$(function(){$("#gotop").goTop()}); $(document).ready(function(){$(window).scroll(function(){if($("#header").offset().top>50){$(".sc").addClass("stk_mz");$('#header').stop().animate({top:'-20px'},350,'easeOutQuad');$('#header .global_nav').stop().animate({opacity:'0'},350,'easeOutQuad');$('.stk_mz').stop().animate({opacity:'1'},350,'easeOutQuad');$('div#menu ul ul li.nav_top').stop().animate({opacity:'0'},350,'easeOutQuad');$('div#menu li div').stop().animate({top:'55px'},350,'easeOutQuad')}else{$('#header').stop().animate({top:'0px'},350,'easeOutQuad');$('#header .global_nav').stop().animate({opacity:'1'},350,'easeOutQuad');$('.stk_mz').stop().animate({opacity:'0'},350,'easeOutQuad');$('div#menu ul ul li.nav_top').stop().animate({opacity:'1'},350,'easeOutQuad');$('div#menu li div').stop().animate({top:'45px'},350,'easeOutQuad')}})});