var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Granite',
    'bIsWebPath':true,
    'sUrl':'granite.html'
},
{   'sTitle':'Information',
    'bIsWebPath':true,
    'sUrl':'information.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Bald Eagle',
        'bIsWebPath':true,
        'sUrl':'baldeagle.html'
    },
    {   'sTitle':'Bird Gallery One',
        'bIsWebPath':true,
        'sUrl':'birdgallery1.html'
    },
    {   'sTitle':'Bird Gallery Two',
        'bIsWebPath':true,
        'sUrl':'birdgallery2.html'
    },
    {   'sTitle':'Landscape Gallery',
        'bIsWebPath':true,
        'sUrl':'landscapegallery.html'
    },
    {   'sTitle':'Squirrel Gallery One',
        'bIsWebPath':true,
        'sUrl':'squirrelgallery1.html'
    },
    {   'sTitle':'Squirrel Gallery Two',
        'bIsWebPath':true,
        'sUrl':'squirrelgallery2.html'
    },
    {   'sTitle':'Pheasant Gallery',
        'bIsWebPath':true,
        'sUrl':'pheasantgallery.html'
    },
    {   'sTitle':'Wildlife Gallery',
        'bIsWebPath':true,
        'sUrl':'wildlifegallery.html'
    },
    {   'sTitle':'Waterfowl Gallery One',
        'bIsWebPath':true,
        'sUrl':'waterfowlgallery1.html'
    },
    {   'sTitle':'Waterfowl Gallery Two',
        'bIsWebPath':true,
        'sUrl':'waterfowlgallery2.html'
    },
    {   'sTitle':'Waterfowl Gallery Three',
        'bIsWebPath':true,
        'sUrl':'waterfowlgallery3.html'
    },
    {   'sTitle':'Waterfowl Gallery Four',
        'bIsWebPath':true,
        'sUrl':'waterfowlgallery4.html'
    },
    {   'sTitle':'Waterfowl Gallery Five',
        'bIsWebPath':true,
        'sUrl':'waterfowlgallery5.html'
    },
    {   'sTitle':'Other Gallery',
        'bIsWebPath':true,
        'sUrl':'othergallery.html'
    },
    {   'sTitle':'Image Catalog One',
        'bIsWebPath':true,
        'sUrl':'imagecatalog1.html'
    },
    {   'sTitle':'Image Catalog Two',
        'bIsWebPath':true,
        'sUrl':'imagecatalog2.html'
    }]
},
{   'sTitle':'Shopping',
    'bIsWebPath':true,
    'sUrl':'shopping.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
