var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'News.html'
    },
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Explore',
    bIsWebPath:true,
    sUrl:'explore.html',"childArray" : [
    {   sTitle:'Canons',
        bIsWebPath:true,
        sUrl:'canons.html'
    },
    {   sTitle:'Victoria',
        bIsWebPath:true,
        sUrl:'victoria.html'
    },
    {   sTitle:'Hope',
        bIsWebPath:true,
        sUrl:'hope.html'
    },
    {   sTitle:'Star',
        bIsWebPath:true,
        sUrl:'star.html'
    },
    {   sTitle:'WW2 Bunker',
        bIsWebPath:true,
        sUrl:'ww2_bunker.html'
    },
    {   sTitle:'Garden',
        bIsWebPath:true,
        sUrl:'garden.html'
    }]
},
{   sTitle:'Children',
    bIsWebPath:true,
    sUrl:'Activities.html',"childArray" : [
    {   sTitle:'Quiz',
        bIsWebPath:true,
        sUrl:'Quiz.html'
    }]
},
{   sTitle:'Schools',
    bIsWebPath:true,
    sUrl:'Schools.html',"childArray" : [
    {   sTitle:'WW2 for Schools',
        bIsWebPath:true,
        sUrl:'WW2.html'
    },
    {   sTitle:'Romans for Schools',
        bIsWebPath:true,
        sUrl:'Romans.html'
    },
    {   sTitle:'Victorian Ware',
        bIsWebPath:true,
        sUrl:'Victorian.html'
    },
    {   sTitle:'School Museum visit',
        bIsWebPath:true,
        sUrl:'School_visit.html'
    }]
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.html',
    sTarget:'_self'
},
{   sTitle:'Join us',
    bIsWebPath:true,
    sUrl:'Join_us.html',"childArray" : [
    {   sTitle:'Friends',
        bIsWebPath:true,
        sUrl:'Friends.html'
    },
    {   sTitle:'Donate',
        bIsWebPath:true,
        sUrl:'Donate.html'
    }]
},
{   sTitle:'Tourism',
    bIsWebPath:true,
    sUrl:'Tourism.html'
},
{   sTitle:'Visit us',
    bIsWebPath:true,
    sUrl:'Visit.html'
}]
});