var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Courses ',
    bIsWebPath:true,
    sUrl:'courses.html',"childArray" : [
    {   sTitle:'Guided Walks',
        bIsWebPath:true,
        sUrl:'guided walks.html'
    },
    {   sTitle:'Navigation',
        bIsWebPath:true,
        sUrl:'navigation.html',"childArray" : [
        {   sTitle:'NNAS Courses',
            bIsWebPath:true,
            sUrl:'nnascourses.html'
        }]
    },
    {   sTitle:'Hill Skills / Camping',
        bIsWebPath:true,
        sUrl:'hillsskills camping.html'
    },
    {   sTitle:'Scrambling',
        bIsWebPath:true,
        sUrl:'scrambling.html'
    },
    {   sTitle:'Rock Climbing',
        bIsWebPath:true,
        sUrl:'rockclimbing.html'
    },
    {   sTitle:'Winter Skills',
        bIsWebPath:true,
        sUrl:'winterskills.html'
    },
    {   sTitle:'Snow Holes/ Bivvy',
        bIsWebPath:true,
        sUrl:'snow holes bivvy.html'
    }]
},
{   sTitle:'Three Peaks Challenge',
    bIsWebPath:true,
    sUrl:'page18.html'
},
{   sTitle:'Private Guiding',
    bIsWebPath:true,
    sUrl:'private guiding.html'
},
{   sTitle:'Dates',
    bIsWebPath:true,
    sUrl:'dates.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Everest Blog',
    bIsWebPath:true,
    sUrl:'page25.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html'
},
{   sTitle:'ICS Challenges ',
    bIsWebPath:true,
    sUrl:'page22.html',"childArray" : [
    {   sTitle:'ICS Three Peaks Challenge ',
        bIsWebPath:true,
        sUrl:'three peaks challenge.html'
    }]
},
{   sTitle:'Weather & Links',
    bIsWebPath:true,
    sUrl:'weather and links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});
