var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'The Artist',
    'bIsWebPath':true,
    'sUrl':'artist.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Bowls',
        'bIsWebPath':true,
        'sUrl':'bowls.html',"childArray" : [
        {   'sTitle':'Bowls 2',
            'bIsWebPath':true,
            'sUrl':'bowls2.html'
        }]
    },
    {   'sTitle':'Vases',
        'bIsWebPath':true,
        'sUrl':'vases.html'
    },
    {   'sTitle':'Lidded Boxes',
        'bIsWebPath':true,
        'sUrl':'boxes.html'
    },
    {   'sTitle':'Miscellaneous',
        'bIsWebPath':true,
        'sUrl':'misc.html',"childArray" : [
        {   'sTitle':'Misc 2',
            'bIsWebPath':true,
            'sUrl':'misc2.html'
        }]
    },
    {   'sTitle':'Awards for Special Recoginitions',
        'bIsWebPath':true,
        'sUrl':'awards.html'
    }]
},
{   'sTitle':'Care of Turned Pieces',
    'bIsWebPath':true,
    'sUrl':'care.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
