slideShowURL = 'SlideShow_assets/SlideShow.html';       // parameter from openSlideShowWindow.jsslideShowNS4URL = 'SlideShow_assets/SlideShowNS4.html'; // parameter from openSlideShowWindow.jsslides = new Array();slides[0] = new Slide('../Photos_files/DSCF0043.jpg', '600', '800', 'My Mommy Loves Me!');slides[1] = new Slide('../Photos_files/DSCF0044.jpg', '600', '800', 'The Pyrotechnic CEO’s');slides[2] = new Slide('../Photos_files/DSCF0047.jpg', '600', '800', 'We Have to Wait for Dark??');slides[3] = new Slide('../Photos_files/P7010071.jpg', '600', '800', 'You Can’t Make Me!');slides[4] = new Slide('../Photos_files/P7010072.jpg', '800', '607', 'Let’s Make Tyler Go First');slides[5] = new Slide('../Photos_files/P7010092.jpg', '600', '800', 'Tee Hee');slides[6] = new Slide('../Photos_files/P7010073.jpg', '800', '706', 'Ben’s Always Game');slides[7] = new Slide('../Photos_files/P7010074.jpg', '800', '600', 'What??!  ');slides[8] = new Slide('../Photos_files/P7010078.jpg', '600', '800', 'My Personal Cooling Lounge');slides[9] = new Slide('../Photos_files/P7010079.jpg', '600', '800', 'No!  You Can’t Join Me!');slides[10] = new Slide('../Photos_files/P7010081.jpg', '600', '800', 'Bradley’s Got an In with Ben');slides[11] = new Slide('../Photos_files/P7010082.jpg', '600', '800', 'Didn’t Save Any For Us!');slides[12] = new Slide('../Photos_files/P7010093.jpg', '600', '800', 'Can’t Even Make Her Try The Slip-n-Slide!');slides[13] = new Slide('../Photos_files/P7010095.jpg', '600', '800', 'Pyrotechnic Prep Crew');slides[14] = new Slide('../Photos_files/P7010096.jpg', '600', '800', 'Great Friends Make Great Fun');slides[15] = new Slide('../Photos_files/P7010099.jpg', '600', '800', 'I Like Toys');slides[16] = new Slide('../Photos_files/P7010100.jpg', '600', '800', 'Me and Juttin’');slides[17] = new Slide('../Photos_files/P7010101.jpg', '600', '800', 'A Motor?  Fer’ Real?  Cool!');slides[18] = new Slide('../Photos_files/P7010102.jpg', '800', '600', 'Mandatory Butt Shot');slides[19] = new Slide('../Photos_files/DSCF0048.jpg', '600', '800', 'We Found The Shade!');slides[20] = new Slide('../Photos_files/DSCF0049.jpg', '600', '800', 'Discussing The Spoiling of Grandchildren');slides[21] = new Slide('../Photos_files/P7010103.jpg', '600', '800', 'Stick With Me Kid...I’ll Get You In Trouble');slides[22] = new Slide('../Photos_files/P7010104.jpg', '600', '800', 'Dad’s Gonna Rip Up the Yard');slides[23] = new Slide('../Photos_files/P7010086.jpg', '600', '800', 'Posing Again');slides[24] = new Slide('../Photos_files/P7010089.jpg', '600', '800', 'Lazy Boys...Get Me Some Food!');slides[25] = new Slide('../Photos_files/DSCF0055.jpg', '600', '800', 'They’re So Proud!');slides[26] = new Slide('../Photos_files/DSCF0060.jpg', '600', '800', 'Should’ve Wore Shoes Like Mommy Told Me');slides[27] = new Slide('../Photos_files/P7010075.jpg', '600', '800', 'Awww!');slides[28] = new Slide('../Photos_files/P7010076.jpg', '800', '600', 'Again....Awww!');slides[29] = new Slide('../Photos_files/P7010115.jpg', '600', '800', 'Finally!!!!!');slides[30] = new Slide('../Photos_files/P7020121.jpg', '600', '800', 'Where’s Our Breakfast!');slides[31] = new Slide('../Photos_files/P7020122.jpg', '600', '800', 'We’re Pretty Sure..that..uh...');slides[32] = new Slide('../Photos_files/DSCF0061.jpg', '600', '800', 'Run!!  Fast!!  Someone Let Tyler Drive');slides[33] = new Slide('../Photos_files/P7020124.jpg', '600', '800', 'I Can Do It Myself Daddy!');slides[34] = new Slide('../Photos_files/DSCF0064.jpg', '600', '800', 'Really...I Can');slides[35] = new Slide('../Photos_files/DSCF0062.jpg', '600', '800', 'LOL');slides[36] = new Slide('../Photos_files/P7020120.jpg', '600', '800', 'Incoming Blonde!!!!');slides[37] = new Slide('../Photos_files/DSCF0063.jpg', '600', '800', 'Honey...Just Put Your Hand Right Here');slides[38] = new Slide('../Photos_files/DSCF0065.jpg', '600', '800', 'Very Manly');slides[39] = new Slide('../Photos_files/DSCF0066.jpg', '600', '800', 'Steve’s Been Cut Off...Rides Only!');slides[40] = new Slide('../Photos_files/DSCF0067.jpg', '600', '800', 'Let Dad Show Us How It’s Done');slides[41] = new Slide('../Photos_files/P7020128.jpg', '596', '800', 'Perfect Father Son Moment...Caught on Film');slides[42] = new Slide('../Photos_files/P7020130.jpg', '579', '800', 'The Bags');isPureISOLatin1 = true;contentEncodingConstant = 4;feedbackURL = "TODO";showFeedbackButton = false;feedbackEnabled = true;var MINIMUM_FONT = "10";var UNITS = "";function elementFontSize(element){    var fontSize = MINIMUM_FONT;     if (document.defaultView)    {        var computedStyle = document.defaultView.getComputedStyle(element, null);        if (computedStyle)        {            fontSize = computedStyle.getPropertyValue("font-size");        }    }    else if (element.currentStyle)    {        fontSize = element.currentStyle.fontSize;    }    if ((UNITS.length == 0) && (fontSize != MINIMUM_FONT))    {        UNITS = fontSize.substring(fontSize.length - 2, fontSize.length)    }    return parseFloat(fontSize);}function adjustFontSizeIfTooBig(idOfElement){    var oTextBoxOuterDiv;    var oTextBoxMiddleDiv;    var oTextBoxInnerDiv;    var oTextBoxOuterDiv = document.getElementById(idOfElement);        if (oTextBoxOuterDiv)    {        oTextBoxMiddleDiv = getChildOfType(oTextBoxOuterDiv, "DIV", 0);        if (oTextBoxMiddleDiv)        {            oTextBoxInnerDiv = getChildOfType(oTextBoxMiddleDiv, "DIV", 0);            if (oTextBoxInnerDiv)            {                var offsetHeight = oTextBoxInnerDiv.offsetHeight;                var specifiedHeight = offsetHeight;                if (oTextBoxMiddleDiv.style.height != "")                {                    specifiedHeight = parseFloat(oTextBoxMiddleDiv.style.height);                }                else if (oTextBoxOuterDiv.style.height != "")                {                    specifiedHeight = parseFloat(oTextBoxOuterDiv.style.height);                }                if (offsetHeight > specifiedHeight)                {                    var smallestFontSize = 200;                                        var aParaChildren = getParaDescendants(oTextBoxInnerDiv);                    var oneLine = false;                    for (i = 0; i < aParaChildren.length; i++)                    {                        var oParagraphDiv = aParaChildren[i];                        var lineHeight = elementLineHeight(oParagraphDiv);                        oneLine = oneLine || (lineHeight * 1.5 >= specifiedHeight);                        if (oParagraphDiv.nodeName == "DIV")                        {                            var fontSize = elementFontSize(oParagraphDiv);                            smallestFontSize = Math.min( smallestFontSize, fontSize );                            for (j = 0; j < oParagraphDiv.childNodes.length; j++)                            {                                var oSpan = oParagraphDiv.childNodes[j];                                if ((oSpan.nodeName == "SPAN") || (oSpan.nodeName == "A"))                                {                                    fontSize = elementFontSize(oSpan);                                    smallestFontSize = Math.min( smallestFontSize, fontSize );                                }                            }                        }                    }                    var minimum = parseFloat(MINIMUM_FONT);                                        var count = 0                    while ((smallestFontSize > minimum) && (offsetHeight > specifiedHeight) && (count < 10))                    {                        ++ count;                        if (oneLine)                        {                            var oldWidth = parseInt(oTextBoxOuterDiv.style.width);                            oTextBoxInnerDiv.style.width =                                "" + oldWidth * Math.pow(1.05, count) + "px";                        }                        else                        {                            var scale = Math.max(0.95, minimum / smallestFontSize);                                                        for (i = 0; i < aParaChildren.length; i++)                            {                                var oParagraphDiv = aParaChildren[i];                                if (oParagraphDiv.nodeName == "DIV")                                {                                    var paraFontSize = elementFontSize(oParagraphDiv) * scale;                                    var paraLineHeight = elementLineHeight(oParagraphDiv) * scale;                                    for (j = 0; j < oParagraphDiv.childNodes.length; j++)                                    {                                        var oSpan = oParagraphDiv.childNodes[j];                                        if ((oSpan.nodeName == "SPAN") || (oSpan.nodeName == "A"))                                        {                                            var spanFontSize = elementFontSize(oSpan) * scale;                                            var spanLineHeight = elementLineHeight(oSpan) * scale;                                            oSpan.style.fontSize = spanFontSize + UNITS;                                            oSpan.style.lineHeight = spanLineHeight + UNITS;                                            smallestFontSize = Math.min( smallestFontSize, spanFontSize );                                        }                                    }                                    oParagraphDiv.style.fontSize = paraFontSize + UNITS;                                    oParagraphDiv.style.lineHeight = paraLineHeight + UNITS;                                    smallestFontSize = Math.min( smallestFontSize, paraFontSize );                                }                            }                        }                                                offsetHeight = oTextBoxInnerDiv.offsetHeight;                    }                }            }        }    }}function elementLineHeight(element){    var lineHeight = MINIMUM_FONT;         if (document.defaultView)    {        var computedStyle = document.defaultView.getComputedStyle(element, null);        if (computedStyle)        {            lineHeight = computedStyle.getPropertyValue("line-height");        }    }    else if (element.currentStyle)    {        lineHeight = element.currentStyle.lineHeight;    }        if ((UNITS.length == 0) && (lineHeight != MINIMUM_FONT))    {        UNITS = lineHeight.substring(lineHeight.length - 2, lineHeight.length)    }        return parseFloat(lineHeight);}function adjustLineHeightIfTooBig(idOfElement){    var oTextBoxOuterDiv;    var oTextBoxMiddleDiv;    var oTextBoxInnerDiv;    var oTextBoxOuterDiv = document.getElementById(idOfElement);        if (oTextBoxOuterDiv)    {        oTextBoxMiddleDiv = getChildOfType(oTextBoxOuterDiv, "DIV", 0);        if (oTextBoxMiddleDiv)        {            oTextBoxInnerDiv = getChildOfType(oTextBoxMiddleDiv, "DIV", 0);            if (oTextBoxInnerDiv)            {                var offsetHeight = oTextBoxInnerDiv.offsetHeight;                var specifiedHeight = offsetHeight;                if (oTextBoxMiddleDiv.style.height != "")                {                    specifiedHeight = parseFloat(oTextBoxMiddleDiv.style.height);                }                else if (oTextBoxOuterDiv.style.height != "")                {                    specifiedHeight = parseFloat(oTextBoxOuterDiv.style.height);                }                if (offsetHeight > specifiedHeight)                {                    var adjusted = true;                    var count = 0;                    while ((adjusted) && (offsetHeight > specifiedHeight) && (count < 10))                    {                        adjusted = false;                        ++ count;                                                var aParaChildren = getParaDescendants(oTextBoxInnerDiv);                        for (i = 0; i < aParaChildren.length; i++)                        {                            var oParagraphDiv = aParaChildren[i];                            if (oParagraphDiv.nodeName == "DIV")                            {                                var fontSize = elementFontSize(oParagraphDiv);                                var lineHeight = elementLineHeight(oParagraphDiv) * 0.95;                                if (lineHeight >= (fontSize * 1.1))                                {                                    oParagraphDiv.style.lineHeight = lineHeight + UNITS;                                    adjusted = true;                                }                                                                                                                                for (j = 0; j < oParagraphDiv.childNodes.length; j++)                                {                                    var oSpan = oParagraphDiv.childNodes[j];                                    if ((oSpan.nodeName == "SPAN") || (oSpan.nodeName == "A"))                                    {                                        var fontSize = elementFontSize(oSpan);                                        var lineHeight = elementLineHeight(oSpan) * 0.95;                                        if (lineHeight >= (fontSize * 1.1))                                        {                                            oSpan.style.lineHeight = lineHeight + UNITS;                                            var adjusted = true;                                        }                                    }                                }                            }                        }                                                offsetHeight = oTextBoxInnerDiv.offsetHeight;                    }                }            }        }    }}var smallTransparentGif = "";function fixupIEPNG(strImageID, transparentGif) {    smallTransparentGif = transparentGif;    if (windowsInternetExplorer && (browserVersion < 7))    {        var img = document.getElementById(strImageID);        if (img)        {            var src = img.src;            img.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + src + "', sizingMethod='scale')";            img.src = transparentGif;            img.attachEvent("onpropertychange", imgPropertyChanged);        }    }}function fixupIEPNGBG(oBlock) {    if (oBlock)    {        var currentBGImage = oBlock.currentStyle.backgroundImage;        var currentBGRepeat = oBlock.currentStyle.backgroundRepeat;        var urlStart = currentBGImage.indexOf('url(');        var urlEnd = currentBGImage.indexOf(')', urlStart);        var imageURL = currentBGImage.substring(urlStart + 4, urlEnd);        if (imageURL.charAt(0) == '"')        {            imageURL = imageURL.substring(1);        }                if (imageURL.charAt(imageURL.length - 1) == '"')        {            imageURL = imageURL.substring(0, imageURL.length - 1);        }        var overrideRepeat = false;        var filterStyle =            "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" +            imageURL +            "', sizingMethod='crop');";        if (RegExp("/C[0-9A-F]{8}.png$").exec(imageURL) != null)        {            filterStyle =                "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" +                imageURL +                "', sizingMethod='scale');";            overrideRepeat = true;        }        var backgroundImage = new Image();        backgroundImage.src = imageURL;        var tileWidth = backgroundImage.width;        var tileHeight = backgroundImage.height;                 var blockWidth = 0;        var blockHeight = 0;        if (oBlock.style.width)        {            blockWidth = parseInt(oBlock.style.width);        }        else        {            blockWidth = oBlock.offsetWidth;        }        if (oBlock.style.height)        {            blockHeight = parseInt(oBlock.style.height);        }        else        {            blockHeight = oBlock.offsetHeight;        }        if ((blockWidth == 0) || (blockHeight == 0))        {            return;        }                var wholeRows = 1;        var wholeCols = 1;        var extraHeight = 0;        var extraWidth = 0;                if ((currentBGRepeat.indexOf("no-repeat") != -1) ||              ((tileWidth == 0) && (tileHeight == 0)) ||              overrideRepeat)        {            tileWidth = blockWidth;            tileHeight = blockHeight;        }        else if ((currentBGRepeat.indexOf("repeat-x") != -1) ||              (tileHeight == 0))        {            wholeCols = Math.floor(blockWidth / tileWidth);            extraWidth = blockWidth - (tileWidth * wholeCols);            tileHeight = blockHeight;        }        else if (currentBGRepeat.indexOf("repeat-y") != -1)        {            wholeRows = Math.floor(blockHeight / tileHeight);            extraHeight = blockHeight - (tileHeight * wholeRows);            tileWidth = blockWidth;        }        else        {            wholeCols = Math.floor(blockWidth / tileWidth);            wholeRows = Math.floor(blockHeight / tileHeight);            extraWidth = blockWidth - (tileWidth * wholeCols);            extraHeight = blockHeight - (tileHeight * wholeRows);        }                var wrappedContent = document.createElement("div");        wrappedContent.style.position = "relative";        wrappedContent.style.zIndex = "1";        wrappedContent.style.left = "0px";        wrappedContent.style.top = "0px";        if (!isNaN(parseInt(oBlock.style.width)))        {            wrappedContent.style.width = "" + blockWidth + "px";        }        if (!isNaN(parseInt(oBlock.style.height)))        {            wrappedContent.style.height = "" + blockHeight + "px";        }        var pngBGFixIsWrappedContentEmpty = true;        while (oBlock.hasChildNodes())        {            if (oBlock.firstChild.nodeType == 3)            {                if (RegExp("^ *$").exec(oBlock.firstChild.data) == null)                {                    pngBGFixIsWrappedContentEmpty = false;                }            }            else            {                pngBGFixIsWrappedContentEmpty = false;            }            wrappedContent.appendChild(oBlock.firstChild);        }        if (pngBGFixIsWrappedContentEmpty)        {            wrappedContent.style.lineHeight = "0px";        }                var newMarkup = "";        for (var currentRow = 0;              currentRow < wholeRows;              currentRow++)        {            for (currentCol = 0;                  currentCol < wholeCols;                  currentCol++)            {                newMarkup += "<div style=" +                        "\"position: absolute; line-height: 0px; " +                        "width: " + tileWidth + "px; " +                        "height: " + tileHeight + "px; " +                        "left:" + currentCol *  tileWidth + "px; " +                        "top:" + currentRow *  tileHeight + "px; " +                        "filter:" + filterStyle +                         "\" > </div>";            }                        if (extraWidth != 0)            {                newMarkup += "<div style=" +                        "\"position: absolute; line-height: 0px; " +                        "width: " + extraWidth + "px; " +                        "height: " + tileHeight + "px; " +                        "left:" + currentCol *  tileWidth + "px; " +                        "top:" + currentRow *  tileHeight + "px; " +                        "filter:" + filterStyle +                         "\" > </div>";            }        }                if (extraHeight != 0)        {            for (currentCol = 0;                  currentCol < wholeCols;                  currentCol++)            {                newMarkup += "<div style=" +                        "\"position: absolute; line-height: 0px; " +                        "width: " + tileWidth + "px; " +                        "height: " + extraHeight + "px; " +                        "left:" + currentCol *  tileWidth + "px; " +                        "top:" + currentRow *  tileHeight + "px; " +                        "filter:" + filterStyle +                         "\" > </div>";            }                        if (extraWidth != 0)            {                newMarkup += "<div style=" +                        "\"position: absolute; line-height: 0px; " +                        "width: " + extraWidth + "px; " +                        "height: " + extraHeight + "px; " +                        "left:" + currentCol *  tileWidth + "px; " +                        "top:" + currentRow *  tileHeight + "px; " +                        "filter:" + filterStyle +                         "\" > </div>";            }        }        oBlock.innerHTML = newMarkup;        oBlock.appendChild(wrappedContent);        oBlock.style.background= "";    }}function fixupAllIEPNGBGs(){    if (windowsInternetExplorer && (browserVersion < 7))    {        try        {            var oDivNodes = document.getElementsByTagName('DIV');            for (var iIndex=0; iIndex<oDivNodes.length; iIndex++)            {                var oNode = oDivNodes.item(iIndex);                if (oNode.currentStyle &&                    oNode.currentStyle.backgroundImage &&                    (oNode.currentStyle.backgroundImage.indexOf('url(') != -1) &&                    (oNode.currentStyle.backgroundImage.indexOf('.png")') != -1))                {                    fixupIEPNGBG(oNode);                }            }        }        catch (e)        {        }    }}function getChildOfType(oParent, sNodeName, requestedIndex){    var childrenOfType = oParent.getElementsByTagName(sNodeName);    return (requestedIndex < childrenOfType.length) ?           childrenOfType.item(requestedIndex) : null;}function getParaDescendants(oAncestor){    var oParaDescendants = new Array();    var oPotentialParagraphs = oAncestor.getElementsByTagName('DIV');    for (var iIndex=0; iIndex<oPotentialParagraphs.length; iIndex++)    {        var oNode = oPotentialParagraphs.item(iIndex);        if (oNode.className.lastIndexOf('paragraph') != -1)        {            oParaDescendants.push(oNode);        }    }    return oParaDescendants;}function onPageLoad(){    detectBrowser();    adjustLineHeightIfTooBig("id1");    adjustFontSizeIfTooBig("id1");    adjustLineHeightIfTooBig("id2");    adjustFontSizeIfTooBig("id2");    adjustLineHeightIfTooBig("id3");    adjustFontSizeIfTooBig("id3");    fixupAllIEPNGBGs();    fixupIEPNG("id4", "Photos_files/transparent.gif");    fixupIEPNG("id5", "Photos_files/transparent.gif");    return true;}var windowsInternetExplorer = false;var browserVersion = 0;function detectBrowser(){    windowsInternetExplorer = false;    var appVersion = navigator.appVersion;    if ((appVersion.indexOf("MSIE") != -1) &&        (appVersion.indexOf("Macintosh") == -1))    {        var temp = appVersion.split("MSIE");        browserVersion = parseFloat(temp[1]);        windowsInternetExplorer = true;    }}var inImgPropertyChanged = false;function imgPropertyChanged(){    if ((window.event.propertyName == "src") && (! inImgPropertyChanged))    {        inImgPropertyChanged = true;        var el = window.event.srcElement;        if (el.src != smallTransparentGif)        {            el.filters.item(0).src = el.src;            el.src = smallTransparentGif;        }        inImgPropertyChanged = false;    }}