var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Metals and Gems Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':' The Jewelry Gallery',
    'bIsWebPath':true,
    'sUrl':'jewelry.html',"childArray" : [
    {   'sTitle':'Contemporary',
        'bIsWebPath':true,
        'sUrl':'earrings.html'
    },
    {   'sTitle':'Necklaces',
        'bIsWebPath':true,
        'sUrl':'necklaces page 1.html'
    },
    {   'sTitle':'Pendants, Brooches and Combinations',
        'bIsWebPath':true,
        'sUrl':'pendants, brooches and combinations page 1.html'
    },
    {   'sTitle':'Rings',
        'bIsWebPath':true,
        'sUrl':'rings.html'
    },
    {   'sTitle':'Bracelets',
        'bIsWebPath':true,
        'sUrl':'bracelets.html'
    },
    {   'sTitle':'Other Jewelry',
        'bIsWebPath':true,
        'sUrl':'other jewelry.html'
    },
    {   'sTitle':'Commissions Page 1',
        'bIsWebPath':true,
        'sUrl':'commissions page 1.html'
    }]
},
{   'sTitle':'The Artist',
    'bIsWebPath':true,
    'sUrl':'the artist.html',"childArray" : [
    {   'sTitle':'Artsist Statement',
        'bIsWebPath':true,
        'sUrl':'artsist statement.html'
    },
    {   'sTitle':'Artist Biography',
        'bIsWebPath':true,
        'sUrl':'artist biography.html'
    },
    {   'sTitle':'Contact',
        'bIsWebPath':true,
        'sUrl':'contact.html'
    },
    {   'sTitle':'Links',
        'bIsWebPath':true,
        'sUrl':'links.html'
    }]
},
{   'sTitle':'The Blog',
    'bIsWebPath':true,
    'sUrl':'blog.html'
}]
});
