var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Community Centre',
    bIsWebPath:true,
    sUrl:'community centre.html',"childArray" : [
    {   sTitle:'Location',
        bIsWebPath:true,
        sUrl:'location.html'
    },
    {   sTitle:'Plans',
        bIsWebPath:true,
        sUrl:'plans.html'
    },
    {   sTitle:'Photos',
        bIsWebPath:true,
        sUrl:'photos.html'
    }]
},
{   sTitle:'Survey',
    bIsWebPath:true,
    sUrl:'survey.html'
},
{   sTitle:'Activities',
    bIsWebPath:true,
    sUrl:'activities.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Committee Members',
    bIsWebPath:true,
    sUrl:'committee members.html'
},
{   sTitle:'Meeting Minutes',
    bIsWebPath:true,
    sUrl:'meeting minutes.html',"childArray" : [
    {   sTitle:'Meeting Minutes Archive',
        bIsWebPath:true,
        sUrl:'meeting minutes archive.html'
    }]
},
{   sTitle:'AGM 2010',
    bIsWebPath:true,
    sUrl:'agm 2010.html'
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'forum.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
},
{   sTitle:'Local Web Links',
    bIsWebPath:true,
    sUrl:'local web links.html'
}]
});