var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorBefore:true,
    sTitle:'Information',
    bIsWebPath:true,
    sUrl:'information.html',"childArray" : [
    {   bSeparatorBefore:true,
        sTitle:'Find us',
        bIsWebPath:true,
        sUrl:'page3.html'
    },
    {   bSeparatorBefore:true,
        sTitle:'Contact us',
        bIsWebPath:true,
        sUrl:'page5.html'
    },
    {   bSeparatorBefore:true,
        sTitle:'Mass Times',
        bIsWebPath:true,
        sUrl:'masstimes.html'
    }]
},
{   bSeparatorBefore:true,
    sTitle:'Who\'s who',
    bIsWebPath:true,
    sUrl:'who.html'
},
{   bSeparatorBefore:true,
    sTitle:'What\'s on ',
    bIsWebPath:true,
    sUrl:'whats_on.html'
},
{   bSeparatorBefore:true,
    sTitle:'Fund Raising',
    bIsWebPath:true,
    sUrl:'fund_raising.html',"childArray" : [
    {   sTitle:'Easy Fundraising',
        bIsWebPath:true,
        sUrl:'easy_fundraising.html'
    }]
},
{   bSeparatorBefore:true,
    sTitle:'Hall Users',
    bIsWebPath:true,
    sUrl:'hall_users.html'
},
{   bSeparatorBefore:true,
    sTitle:'History',
    bIsWebPath:true,
    sUrl:'history_link.html',"childArray" : [
    {   bSeparatorBefore:true,
        sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html'
    },
    {   bSeparatorBefore:true,
        sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html'
    }]
},
{   bSeparatorBefore:true,
    sTitle:'Links',
    bIsWebPath:true,
    sUrl:'link.html',"childArray" : [
    {   sTitle:'Anglican Links',
        bIsWebPath:true,
        sUrl:'anglican.html'
    },
    {   bSeparatorBefore:true,
        sTitle:'Catholic Links',
        bIsWebPath:true,
        sUrl:'catholic.html'
    },
    {   bSeparatorBefore:true,
        sTitle:'Local Links',
        bIsWebPath:true,
        sUrl:'local.html'
    }]
}]
});
