﻿//-- for IE6 but not IE7, Moz, Safari, Opera...
if (typeof document.body.style.maxHeight == "undefined") {
    try {
        document.execCommand('BackgroundImageCache', false, true);
    } catch (e) { /* unless it's not IE6... */ }
} // if