var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.htm'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.htm',"childArray" : [
    {   'sTitle':'Board of Directors',
        'bIsWebPath':true,
        'sUrl':'directors.htm'
    }]
},
{   'sTitle':'Membership',
    'bIsWebPath':true,
    'sUrl':'membership.htm',"childArray" : [
    {   'sTitle':'Individuals',
        'bIsWebPath':true,
        'sUrl':'members_individual.htm'
    },
    {   'sTitle':'Business-Groups',
        'bIsWebPath':true,
        'sUrl':'member_groups.htm'
    },
    {   'sTitle':'Membership Application',
        'bIsWebPath':true,
        'sUrl':'member_application.htm'
    }]
},
{   'sTitle':'Grants',
    'bIsWebPath':true,
    'sUrl':'grants.htm'
},
{   'sTitle':'Arts Alive',
    'bIsWebPath':true,
    'sUrl':'arts_alive/index.htm'
},
{   'sTitle':'Powell River',
    'bIsWebPath':true,
    'sUrl':'powell_river.htm'
},
{   'sTitle':'Resources',
    'bIsWebPath':true,
    'sUrl':'artist_resources/index.htm'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.htm'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.htm'
}]
});
