var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'REIVERS HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'BEGINNINGS',
    'bIsWebPath':true,
    'sUrl':'beginnings.html',"childArray" : [
    {   'sTitle':'THE BORDER WARS',
        'bIsWebPath':true,
        'sUrl':'the_border_wars.html'
    }]
},
{   'sTitle':'ROSE COTTAGE PUBLICATIONS',
    'bIsWebPath':true,
    'sUrl':'rose-cottage-publications.html'
},
{   'sTitle':'DEADLOCK & DELIVERANCE',
    'bIsWebPath':true,
    'sUrl':'border-reiver-history-book-deadlock-&-deliverance.html'
},
{   'sTitle':'ABOUT TOM MOSS',
    'bIsWebPath':true,
    'sUrl':'about-tom-moss.html'
},
{   'sTitle':'CONTACTS',
    'bIsWebPath':true,
    'sUrl':'contact-tom-moss.html'
}]
});
