var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Background',
    'bIsWebPath':true,
    'sUrl':'background.html'
},
{   'sTitle':'Using the SMC',
    'bIsWebPath':true,
    'sUrl':'using_the_smc.html'
},
{   'sTitle':'Bulletin Board',
    'bIsWebPath':true,
    'sUrl':'bulletin_board.html',"childArray" : [
    {   'sTitle':'Friends of the Foundation',
        'bIsWebPath':true,
        'sUrl':'friends.html'
    }]
},
{   'sTitle':'Press',
    'bIsWebPath':true,
    'sUrl':'press.html'
},
{   'sTitle':'Donations',
    'bIsWebPath':true,
    'sUrl':'donations.html'
},
{   'sTitle':'Contacts',
    'bIsWebPath':true,
    'sUrl':'contacts.html',"childArray" : [
    {   'sTitle':'Harbor Merchants',
        'bIsWebPath':true,
        'sUrl':'merchants.html'
    }]
}]
});
