var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Horses',
    bIsWebPath:true,
    sUrl:'horses.html',"childArray" : [
    {   sTitle:'Our Horses',
        bIsWebPath:true,
        sUrl:'ourhorses.html'
    },
    {   sTitle:'Memorial',
        bIsWebPath:true,
        sUrl:'horsememorial.html'
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'htgallery.html'
    },
    {   sTitle:'Articles',
        bIsWebPath:true,
        sUrl:'htarticles.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'htlink.html'
    }]
},
{   sTitle:'Paint Ball',
    bIsWebPath:true,
    sUrl:'paintball.html',"childArray" : [
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'pbgallery.html'
    },
    {   sTitle:'Articles',
        bIsWebPath:true,
        sUrl:'pbarticles.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'pblinks.html'
    }]
},
{   sTitle:'Archery',
    bIsWebPath:true,
    sUrl:'archery.html',"childArray" : [
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'agallery.html'
    },
    {   sTitle:'Articles',
        bIsWebPath:true,
        sUrl:'aarticles.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'alink.html'
    }]
},
{   sTitle:'Theme Parties',
    bIsWebPath:true,
    sUrl:'themeparties.html',"childArray" : [
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'tpgallery.html'
    },
    {   sTitle:'Articles',
        bIsWebPath:true,
        sUrl:'tparticles.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'tplink.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'pricelist.html'
}]
});
