var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'On My Mind',
        'bIsWebPath':true,
        'sUrl':'on my mind.html'
    },
    {   'sTitle':'News',
        'bIsWebPath':true,
        'sUrl':'news.html'
    }]
},
{   'sTitle':'About Me',
    'bIsWebPath':true,
    'sUrl':'about me.html',"childArray" : [
    {   'sTitle':'Sam\'s Story',
        'bIsWebPath':true,
        'sUrl':'sams story.html'
    },
    {   'sTitle':'Jaymi',
        'bIsWebPath':true,
        'sUrl':'jaymi.html'
    }]
},
{   'sTitle':'My Books',
    'bIsWebPath':true,
    'sUrl':'my books.html'
},
{   'sTitle':'The Horse Boy',
    'bIsWebPath':true,
    'sUrl':'the horse boy.html'
},
{   'sTitle':'Autism Facts',
    'bIsWebPath':true,
    'sUrl':'autism facts.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Sam and I',
        'bIsWebPath':true,
        'sUrl':'sam and i.html'
    },
    {   'sTitle':'Horse Boy Camp',
        'bIsWebPath':true,
        'sUrl':'horse boy camp.html'
    },
    {   'sTitle':'Our Horse Boy Journey',
        'bIsWebPath':true,
        'sUrl':'horse boy journey.html'
    },
    {   'sTitle':'Horse Boy Adventures',
        'bIsWebPath':true,
        'sUrl':'horse boy adventures.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
