var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'about the book',
    'bIsWebPath':true,
    'sUrl':'page7.html'
},
{   'sTitle':'buy the book',
    'bIsWebPath':true,
    'sUrl':'page6.html'
},
{   'sTitle':'gallery',
    'bIsWebPath':true,
    'sUrl':'portfolios.html'
},
{   'sTitle':'stock and prints',
    'bIsWebPath':true,
    'sUrl':'stock library.html'
},
{   'sTitle':'press',
    'bIsWebPath':true,
    'sUrl':'page8.html'
},
{   'sDescription':'Chugach State Park Book Events',
    'sTitle':'events',
    'bIsWebPath':true,
    'sUrl':'events.html'
}]
});
