$(function(){if($("ul.linkExpandList")){$.preloadImages("http://cdn.thenorthface.com/wcsstore/ConsumerDirectStorefrontAssetStore/images/en_US/global/iconPlus.png");$(".linkExpandList li:nth-child(odd)").addClass("stripe");$(".linkExpandList li ul li:nth-child(odd)").removeClass("stripe");$(".linkExpandList li a").click(function(){var B=$(this).siblings("ul");var C=$(this).parent();if(B.is(":hidden")){$(B).show();$(C).addClass("open");return false}else{$(B).hide();$(C).removeClass("open");return false}});$("#IELinkFix div:first a").click(function(){var B=$(this).attr("href");if(B.length>1){A(B)}});function A(D){var B=$(D);if((B.html()!=null)&&(B.html()!=undefined)&&(B.html()!="")){var E=B.parent().parent().parent().parent().position();var C=B.position();var F=$("#allContent")[0].scrollTop;$("#allContent")[0].scrollTop=F+E.top+C.top}}}if($("#ourStory")){$("#ourStoryNav li a").click(function(){if($(this).hasClass("redBorder")){return false}else{$("#ourStoryNav li a.redBorder").removeClass("redBorder");$("#ourStoryImg img:visible").hide();$("#ourStoryContent div:visible").hide();$("#ourStoryContentImg img:visible").hide();$(this).addClass("redBorder");var B=$("#ourStoryNav li a").index(this);$("#ourStoryImg img").eq(B).fadeIn();$("#ourStoryContentImg img").eq(B).fadeIn();$("#ourStoryContent div").eq(B).show();return false}})}});