

function miniNavOnload()
{
    try {
        $('hmImageNav').morph('opacity: 0.8',{duration:2.0,queue:'end'});
    }catch(e){};


    try {
    hml = document.getElementsByClassName('hmbar')
    for(i=0;i<hml.length;i++)
    {
        $(hml[i]).morph('color: #333333',{queue:'end',duration:0.2});
        $(hml[i]).morph('color: #ff2222',{queue:'end',duration:0.2});
        $(hml[i]).morph('color: #ffffff',{queue:'end',duration:0.2});
        $(hml[i]).morph('color: #8f8f8f',{queue:'end',duration:0.2});
    }

    }catch(e){}
}

addLoadEvent(miniNavOnload);
addLoadEvent(doFadeIns);


