function getBrowser(){ var bjs = {}; var N= navigator.appName, ua= navigator.userAgent, tem; var M= ua.match(/(opera|chrome|safari|firefox|msie)\/?\s*(\.?\d+(\.\d+)*)/i); if(M && (tem= ua.match(/version\/([\.\d]+)/i))!= null) M[2]= tem[1]; M= M? [M[1], M[2]]: [N, navigator.appVersion,'-?']; bjs= { 'name' : M[0] , 'version' : M[1] }; return bjs; }//end of getBrowser function function getPlatform(){ var OSName = ""; if (window.navigator.userAgent.indexOf("Windows NT 6.2") != -1) OSName="Windows 8"; if (window.navigator.userAgent.indexOf("Windows NT 6.1") != -1) OSName="Windows 7"; if (window.navigator.userAgent.indexOf("Windows NT 6.0") != -1) OSName="Windows Vista"; if (window.navigator.userAgent.indexOf("Windows NT 5.1") != -1) OSName="Windows XP"; if (window.navigator.userAgent.indexOf("Windows NT 5.0") != -1) OSName="Windows 2000"; if (window.navigator.userAgent.indexOf("Mac")!=-1) OSName="Mac/iOS"; if (window.navigator.userAgent.indexOf("X11")!=-1) OSName="UNIX"; if (window.navigator.userAgent.indexOf("Linux")!=-1) OSName="Linux"; return OSName; } var _OS = getPlatform(); var _browser = getBrowser(); var _prefix = "/_themes/hdz/css/hdz"; var ie = false; if(_browser.name == "MSIE") { ie = true; switch(_browser.version) { case "8.0": _prefix = "/_themes/hdz/css/ie/hdz-ie8"; break; case "9.0": _prefix = "/_themes/hdz/css/ie/hdz-ie9"; break; case "10.0": _prefix = "/_themes/hdz/css/ie/hdz-ie10"; break; }//switch statement window._skel_config = { prefix: _prefix, resetCSS: true, boxModel: "border", useOrientation: "true", grid: { gutters: 0 }, breakpoints: { w1024: { range: "1024-", containers: 1024, grid: { gutters: 0 } }, w960: { range: "960-1023", containers: "fluid", lockViewport: true, grid: { gutters: 0 } }, w800: { range: "800-959", containers: "fluid", lockViewport: true, grid: { gutters: 0 }} } } }//end end if else { //NON IE BROWSER window._skel_config = { prefix: _prefix, resetCSS: true, boxModel: "border", useOrientation: "true", grid: { gutters: 0 }, breakpoints: { w1024: { range: "1024-", containers: 1024, grid: { gutters: 0 } }, w960: { range: "769-1023", containers: "fluid", lockViewport: true, grid: { gutters: 0 } }, w768: { range: "481-768", containers: "fluid", lockViewport: true, grid: { gutters: 0 }}, w480: { range: "-480", containers: "fluid", lockViewport: true, grid: { collapse: true } } } } } $(function() { var popup=0; var ie_link=''; var dl_links = { 'IE': 'http://www.microsoft.com/en-us/download/internet-explorer-9-details.aspx', 'FF': 'http://www.mozilla.org/en-US/firefox/new/', 'GC': 'https://www.google.com/intl/en/chrome/browser/', 'SF': 'http://support.apple.com/downloads/#safari' }; if(_OS=='Windows XP' && (_browser.version =='8.0' || _browser.version =='7.0') ){ popup =1; ie_link =''; } else if((_OS=='Windows Vista' || _OS=='Windows 7' || _OS=='Windows 8') && (_browser.version =='8.0' || _browser.version =='7.0')){ popup =2; ie_link='
  • logo
  • '; } if(popup!=0){ var _notice= (popup==1)? 'Hi,I’ve noticed that you are using Windows XP.To make sure you have the best experience with in my Horizon Discovery Zone Treehouse, you will need to use a different browser.' : 'Hi, I’ve noticed that you are using an older browser.To make sure you have the best experience with in my Horizon Discovery Zone Treehouse, you will need to update your browser.' ; $.magnificPopup.open({ items: { src: '

    '+_notice+'

    You can download one of the new browsers here…

    ' }, type: 'inline', modal: 'true', callbacks: { open:function(){ $('div.platform-notice').parents('div.mfp-content').addClass('shorten-bg'); } } }); } $(".rslides").responsiveSlides({ auto: true, pager: true, nav: true, speed: 800, maxwidth: 680, namespace: "transparent-btns" }); $("#renewable").semantictabs({ panel:'.panel', //-- Selector of individual panel body head:'h3', //-- Selector of element containing panel header active:':first' //-- Which panel to activate by default }); $("#funtabs").semantictabs({ panel:'.funpanel', head:'h3', active:':first' }); $("#infotabs").semantictabs({ panel:'.infopanel', head:'h3', active:':first' }); $('#popuplinks').magnificPopup({ delegate: 'a', tClose: 'Close (Esc)', type: 'iframe', preloader: true, disableOn: 799, settings: {cache:false}, closeOnContentClick: false, closeOnBgClick: false, callbacks: { open: function() { $('iframe').attr('allowtransparency', 'true'); } } }); $('span.popup-img img').magnificPopup({ type: 'image', callbacks: { elementParse: function(item) { item.src = item.el[0].src; } } }); $("nav li").click(function () { $(this).addClass('animated pulse').siblings().removeClass('animated pulse'); }); $(".animate").click(function () { $(this).css("z-index", 999999999999999); $(this).addClass('animated pulse').siblings().removeClass('animated pulse'); }); $(".popup-img").attr("title", "click to enlarge"); $("#about-gilbert .content img").attr("title", "click to go to pdf"); $("#funtabs img").attr("title", "click to go to pdf"); /* console.log("default: " + $(window).width() + " x " + $(window).height()); $(window).resize(function() { console.log($(this).width() + " x " + $(this).height()); }); */ /* //GOOGLE ANALYTICS var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-15815264-5']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); */ });