var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'The Mountain of Seven Gables, a Book by Earl Rogers',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'What others are saying',
        'bIsWebPath':true,
        'sUrl':'california_Hiking.html'
    }]
},
{   'sTitle':'About the Author',
    'bIsWebPath':true,
    'sUrl':'Page 5.html'
},
{   'sTitle':'Seven Gables Gallery',
    'bIsWebPath':true,
    'sUrl':'Seven Gables Gallery.html'
},
{   'sTitle':'California Flying',
    'bIsWebPath':true,
    'sUrl':'california_ flying.html'
},
{   'sTitle':'California Hiking',
    'bIsWebPath':true,
    'sUrl':'page11.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'california_hiking_links.html',"childArray" : [
    {   'sTitle':'Article Achives',
        'bIsWebPath':true,
        'sUrl':'page12.html'
    }]
},
{   'sTitle':'My Faith',
    'bIsWebPath':true,
    'sUrl':'Books by Earl.html'
}]
});
