"use strict";(function(window,document){var navObject=document.getElementById('navOrientation'),smallestValid=function(a,b,c){var result=a?a:0;if(b&&(!result||(result>b)))
{result=b;}
return(c&&(!result||(result>c)))?c:result;},windowLeftScroll=function(){return smallestValid(window.pageXOffset?window.pageXOffset:0,document.documentElement?document.documentElement.scrollLeft:0,document.body?document.body.scrollLeft:0);},shiftNav=function(){navObject.style.marginLeft=-windowLeftScroll()+'px';};window.onresize=function(){shiftNav();};window.onscroll=function(){shiftNav();};navObject.className='navfixed';shiftNav();}(window,window.document));
