﻿if ($.browser.msie && $.browser.version.substr(0, 1) != "8") {
    DD_belatedPNG.fix('#InnerPage');
    DD_belatedPNG.fix('#TrustLogo');
    DD_belatedPNG.fix('#FoundationLogo');
    DD_belatedPNG.fix('#FirstMastHeadNav');
    DD_belatedPNG.fix('#MEFPicturetriangle');
    DD_belatedPNG.fix('#MEFPictures');
    DD_belatedPNG.fix('#VideoButton');
    /* string argument can be any CSS selector */
    /* .png_bg example is unnecessary */
    /* change it to what suits you! */
}
if (screen.width <= 1024) {
    $("#InnerPageWrapper").removeClass("InnerPageWrapperNormal");
    $("#InnerPageWrapper").addClass("InnerPageWrapper1024");
    $("#InnerPage").removeClass("InnerPageNormal");
    $("#InnerPage").addClass("InnerPage1024");
    $("#MastHeadNavWrapper").removeClass("MastHeadNavWrapperNormal");
    $("#MastHeadNavWrapper").addClass("MastHeadNavWrapper1024");
    $("#NoLoMastHeadNav").css("right","10px");
    $("#MastHeadNav").css("right","10px");
}