var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Whats On',
    bIsWebPath:true,
    sUrl:'whats_on.html'
},
{   sTitle:'Background',
    bIsWebPath:true,
    sUrl:'background.html'
},
{   sTitle:'Users',
    bIsWebPath:true,
    sUrl:'users.html',"childArray" : [
    {   sTitle:'Beavers & Cubs',
        bIsWebPath:true,
        sUrl:'cubs.html'
    },
    {   sTitle:'Pre-School',
        bIsExternal:true,
        sUrl:'http://www.oughtrington.co.uk/preschool',
        sTarget:'_blank'
    },
    {   sTitle:'Orchard',
        bIsExternal:true,
        sUrl:'http://www.oughtrington.co.uk/orchard',
        sTarget:'_blank'
    },
    {   sTitle:'Luncheon Club',
        bIsWebPath:true,
        sUrl:'page16.html'
    },
    {   sTitle:'Lymm Flying Club',
        bIsWebPath:true,
        sUrl:'page21.html'
    },
    {   sTitle:'Dance & Tapmobility',
        bIsWebPath:true,
        sUrl:'page22.html'
    }]
},
{   sTitle:'Ownership',
    bIsWebPath:true,
    sUrl:'ownership.html'
},
{   sTitle:'Room Hire',
    bIsWebPath:true,
    sUrl:'hire.html'
},
{   sTitle:'Friends of OCC',
    bIsWebPath:true,
    sUrl:'friends.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Local History',
    bIsWebPath:true,
    sUrl:'local_history.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Pre-School',
    bIsExternal:true,
    sUrl:'http://www.oughtrington.co.uk/preschool',
    sTarget:'_blank'
},
{   sTitle:'Orchard',
    bIsExternal:true,
    sUrl:'http://www.oughtrington.co.uk/orchard',
    sTarget:'_blank'
},
{   sDescription:'St Peter\'s Church',
    sTitle:'St Peters Church',
    bIsExternal:true,
    sUrl:'http://www.oughtrington.co.uk/stpeterschurch',
    sTarget:'_blank'
}]
});
