var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sTitle:'Portrait',
    sUrl:'portrait.html'
},
{   sTitle:'Nature-Other',
    sUrl:'minnesota-wildlife-photography.html',"childArray" : [
    {   sTitle:'Birds',
        sUrl:'north-american-birds.html'
    },
    {   sTitle:'Black & Whites',
        sUrl:'black-and-white-photography.html'
    },
    {   sTitle:'Cars',
        sUrl:'classic-cars-photography.html'
    },
    {   sTitle:'Creative Prints',
        sUrl:'creative-prints-photo-shop.html'
    },
    {   sTitle:'Flowers-Plants',
        sUrl:'flower-floral-plant-photography.html'
    },
    {   sTitle:'Frogs-Turtles',
        sUrl:'frogs-turtles-pond-life.html'
    },
    {   sTitle:'HDR',
        sUrl:'hdr-imaging-photography.html'
    },
    {   sTitle:'Landscapes',
        sUrl:'north-american-landscape-photography.html'
    },
    {   sTitle:'Mammals',
        sUrl:'north-american-mammal-photography.html'
    },
    {   sTitle:'Motorcycles',
        sUrl:'motorcycles.html'
    },
    {   sTitle:'Reflections',
        sUrl:'reflections-landscape-photography.html'
    },
    {   sTitle:'Soothing Waters',
        sUrl:'soothing-waters-photography.html'
    }]
},
{   sTitle:'State Parks',
    sUrl:'minnesota-state-parks-links.html',"childArray" : [
    {   sTitle:'Banning State Park',
        sUrl:'banning-state-park-minnesota.html'
    },
    {   sTitle:'Jay Cooke State Park',
        sUrl:'jay-cooke-state-park.html'
    },
    {   sTitle:'Gooseberry State Park',
        sUrl:'goose-berry-falls-state-park.html'
    },
    {   sTitle:'Interstate State Park',
        sUrl:'interstate-state-park-taylors-falls.html'
    },
    {   sTitle:'Tettegouche State Park',
        sUrl:'tettegouche-state-park-north-shore.html'
    },
    {   sTitle:'Lake Maria State Park',
        sUrl:'lake-maria-state-park-monticello-mn.html'
    }]
},
{   sTitle:'Nature Areas',
    sUrl:'nature-areas-information-links.html',"childArray" : [
    {   sTitle:'Hormel Nature Center',
        sUrl:'hormel-nature-center-austin-mn.html'
    },
    {   sTitle:'Manitou River Area',
        sUrl:'manitou-river-george-crosby-state-park-area.html'
    },
    {   sTitle:'Oxbow Park Byron, MN',
        sUrl:'oxbow-park-byron-mn.html'
    }]
},
{   sTitle:'Communities',
    sUrl:'communities.html',"childArray" : [
    {   sTitle:'Taylors Falls, MN',
        sUrl:'taylors-falls-minnesota.html'
    },
    {   sTitle:'Two Harbors, MN',
        sUrl:'two-harbors-mn-north-shore.html'
    }]
},
{   sTitle:'Contact',
    sUrl:'contact.html'
},
{   sTitle:'For Sale',
    sUrl:'forsale.html'
}]
});