// This is used with the CSS nav. Caches bg image for IE6 
try 
{
    document.execCommand("BackgroundImageCache", false, true);
} catch(err) 
{

}