var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Galleries',
    'bIsWebPath':true,
    'sUrl':'galleries.html',"childArray" : [
    {   'sTitle':'African American',
        'bIsWebPath':true,
        'sUrl':'aa.html',"childArray" : [
        {   'sTitle':'Charles Bibbs',
            'bIsWebPath':true,
            'sUrl':'bibbs1.html'
        },
        {   'sTitle':'John Holyfield',
            'bIsWebPath':true,
            'sUrl':'holyfield.html'
        },
        {   'sTitle':'Misc Artists',
            'bIsWebPath':true,
            'sUrl':'miscartist.html'
        }]
    },
    {   'sTitle':'Civil War',
        'bIsWebPath':true,
        'sUrl':'civilwar.html',"childArray" : [
        {   'sTitle':'Dale Gallon',
            'bIsWebPath':true,
            'sUrl':'gallon.html'
        },
        {   'sTitle':'Michael Gnatek',
            'bIsWebPath':true,
            'sUrl':'gnatek.html'
        },
        {   'sTitle':'Mort Kunstler',
            'bIsWebPath':true,
            'sUrl':'kunstler.html',"childArray" : [
            {   'sTitle':'Mort Kunstler Pg-2',
                'bIsWebPath':true,
                'sUrl':'kunstlerpg2.html'
            }]
        },
        {   'sTitle':'William McGrath',
            'bIsWebPath':true,
            'sUrl':'mcgrath.html'
        },
        {   'sTitle':'Don Prechtel',
            'bIsWebPath':true,
            'sUrl':'prechtel.html'
        },
        {   'sTitle':'Rick Reeves',
            'bIsWebPath':true,
            'sUrl':'reeves.html'
        },
        {   'sTitle':'John Paul Strain',
            'bIsWebPath':true,
            'sUrl':'strain.html',"childArray" : [
            {   'sTitle':'John Paul Strain pg2',
                'bIsWebPath':true,
                'sUrl':'strain2.html'
            }]
        },
        {   'sTitle':'Robert Summers',
            'bIsWebPath':true,
            'sUrl':'summers.html'
        },
        {   'sTitle':'Don Troiani',
            'bIsWebPath':true,
            'sUrl':'troiani1.html'
        },
        {   'sTitle':'Don Stivers',
            'bIsWebPath':true,
            'sUrl':'stivers1.html'
        }]
    },
    {   'sTitle':'Traditional Art',
        'bIsWebPath':true,
        'sUrl':'traditional.html'
    },
    {   'sTitle':'Contemporary',
        'bIsWebPath':true,
        'sUrl':'contemporary.html',"childArray" : [
        {   'sTitle':'Wouter Bolte',
            'bIsWebPath':true,
            'sUrl':'bolte.html'
        },
        {   'sTitle':'Contemporary Artists',
            'bIsWebPath':true,
            'sUrl':'contemporary_artist.html'
        }]
    }]
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Framing Examples',
    'bIsWebPath':true,
    'sUrl':'examples.html',"childArray" : [
    {   'sTitle':'Framing Ideas',
        'bIsWebPath':true,
        'sUrl':'framingideas.html'
    }]
},
{   'sTitle':'Products & Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Restoration',
        'bIsWebPath':true,
        'sUrl':'restoration.html'
    }]
}]
});
