var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Information about the camp, how it runs, what happens, who comes and why.',
    sTitle:'About the Camp',
    bIsWebPath:true,
    sUrl:'about_the_camp.html'
},
{   sTitle:'Music',
    bIsWebPath:true,
    sUrl:'music.html'
},
{   sDescription:'All about the facilities for children and young people. ',
    sTitle:'Children',
    bIsWebPath:true,
    sUrl:'children_young_people.html'
},
{   sTitle:'Book Now!',
    bIsWebPath:true,
    sUrl:'book_music_camp.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'photo_gallery.html',"childArray" : [
    {   sTitle:'Gallery 2',
        bIsWebPath:true,
        sUrl:'gallery 2.html'
    },
    {   sTitle:'Gallery 3',
        bIsWebPath:true,
        sUrl:'photo_gallery3.html'
    },
    {   sTitle:'Gallery 4',
        bIsWebPath:true,
        sUrl:'photo_gallery_4.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
