var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Mission',
    bIsWebPath:true,
    sUrl:'mission.html'
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.html',"childArray" : [
    {   sTitle:'Ortion 1',
        bIsWebPath:true,
        sUrl:'option 1.html'
    },
    {   sTitle:'Option 3',
        bIsWebPath:true,
        sUrl:'option3.html'
    },
    {   sTitle:'Option 7',
        bIsWebPath:true,
        sUrl:'option 7.html'
    }]
},
{   sTitle:'Our Lakes',
    bIsWebPath:true,
    sUrl:'our lakes.html'
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'forum.html'
},
{   sTitle:'Meetings & Events',
    bIsWebPath:true,
    sUrl:'meetings and events.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Water Flow',
    bIsWebPath:true,
    sUrl:'water flow.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
