var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home Page',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Visit Us',
    bIsWebPath:true,
    sUrl:'contact.htm',"childArray" : [
    {   sTitle:'Opening Times & Charges',
        bIsWebPath:true,
        sUrl:'prices.html'
    },
    {   sTitle:'Visit Us',
        bIsWebPath:true,
        sUrl:'page72.html'
    }]
},
{   sTitle:'Our Animals',
    bIsWebPath:true,
    sUrl:'animals.html',"childArray" : [
    {   sTitle:'Chimpanzees',
        bIsWebPath:true,
        sUrl:'chimps.html',"childArray" : [
        {   sTitle:'Chimp Facts',
            bIsWebPath:true,
            sUrl:'chimpfacts.html'
        }]
    },
    {   sTitle:'Gibbons',
        bIsWebPath:true,
        sUrl:'gibbons.html'
    },
    {   sTitle:'Baboons',
        bIsWebPath:true,
        sUrl:'baboons.html'
    },
    {   sTitle:'Mandrills',
        bIsWebPath:true,
        sUrl:'mandrills.html'
    },
    {   sTitle:'Vervets',
        bIsWebPath:true,
        sUrl:'vervetsl.html'
    },
    {   sTitle:'Mona Monkeys',
        bIsWebPath:true,
        sUrl:'mona.html'
    },
    {   sTitle:'Macaques',
        bIsWebPath:true,
        sUrl:'macaques.html'
    },
    {   sTitle:'Black Mangabeys',
        bIsWebPath:true,
        sUrl:'mangabeys.html'
    },
    {   sTitle:'Spider Monkeys',
        bIsWebPath:true,
        sUrl:'spidermonkeys.html'
    },
    {   sTitle:'Tamarins',
        bIsWebPath:true,
        sUrl:'tamarins.html'
    },
    {   sTitle:'Marmosets',
        bIsWebPath:true,
        sUrl:'marmosets.html'
    },
    {   sTitle:'Capuchins',
        bIsWebPath:true,
        sUrl:'capuchins.html'
    },
    {   sTitle:'Lemurs',
        bIsWebPath:true,
        sUrl:'lemurs.html'
    },
    {   sTitle:'Wolves',
        bIsWebPath:true,
        sUrl:'wolves.html'
    },
    {   sTitle:'Porcupines',
        bIsWebPath:true,
        sUrl:'porcupines.html'
    },
    {   sTitle:'Other Animals',
        bIsWebPath:true,
        sUrl:'others.html'
    }]
},
{   sTitle:'Keeper for a Day',
    bIsWebPath:true,
    sUrl:'keeper.html',"childArray" : [
    {   sTitle:'Book Your Place',
        bIsWebPath:true,
        sUrl:'keeper2.html'
    }]
},
{   sTitle:'Sponsor & Adopt',
    bIsWebPath:true,
    sUrl:'donate.html',"childArray" : [
    {   sTitle:'Our Patrons & Sponsors',
        bIsWebPath:true,
        sUrl:'patrons.htm'
    },
    {   sTitle:'Making Payments',
        bIsWebPath:true,
        sUrl:'payments.html'
    },
    {   sTitle:'Useful Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
},
{   sTitle:'Our Shop',
    bIsWebPath:true,
    sUrl:'shop.html'
},
{   sTitle:' Local Area',
    bIsWebPath:true,
    sUrl:'area.html',"childArray" : [
    {   sTitle:'Abercrave',
        bIsWebPath:true,
        sUrl:'abercrave.html'
    },
    {   sTitle:'Coelbren',
        bIsWebPath:true,
        sUrl:'coelbren.html'
    },
    {   sTitle:'Cwmgiedd',
        bIsWebPath:true,
        sUrl:'cwmgiedd.html'
    },
    {   sTitle:'Neath',
        bIsWebPath:true,
        sUrl:'neath.html'
    },
    {   sTitle:'Resolven',
        bIsWebPath:true,
        sUrl:'resolven.html'
    },
    {   sTitle:'Ystradgynlais',
        bIsWebPath:true,
        sUrl:'ystradgynlais.html'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
}]
});
