var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Who we are',
    'bIsWebPath':true,
    'sUrl':'Who we are.html'
},
{   'sTitle':'Contact us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'What We Make',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Cold Cast Bronze Animals',
        'bIsWebPath':true,
        'sUrl':'Cold Cast Bronze Animals.html'
    },
    {   'sTitle':'Handmade Animals',
        'bIsWebPath':true,
        'sUrl':'Handmade Animals.html'
    },
    {   'sTitle':'Agate',
        'bIsWebPath':true,
        'sUrl':'agate.html'
    }]
},
{   'sTitle':'Shows 2012',
    'bIsWebPath':true,
    'sUrl':'shows.html'
}]
});
