var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'agave news.html'
},
{   sTitle:'Agaves',
    bIsWebPath:true,
    sUrl:'about agaves.html',"childArray" : [
    {   sTitle:'Propagation From Seed',
        bIsWebPath:true,
        sUrl:'agave propagation seed.html'
    },
    {   sTitle:'Propagation From Offsets',
        bIsWebPath:true,
        sUrl:'agave propagation offsets pups.html'
    }]
},
{   sTitle:'Plants For Sale',
    bIsWebPath:true,
    sUrl:'agave plants sale 1.html',"childArray" : [
    {   sTitle:'Plants For Sale 2',
        bIsWebPath:true,
        sUrl:'agave plant sales 2.html'
    },
    {   sTitle:'Plants For Sale 3',
        bIsWebPath:true,
        sUrl:'page16.html'
    },
    {   sTitle:'Plants For Sale 4',
        bIsWebPath:true,
        sUrl:'page17.html'
    },
    {   sTitle:'Plants For Sale 5',
        bIsWebPath:true,
        sUrl:'page14.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'select succulents contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Terms & Conditions',
    bIsWebPath:true,
    sUrl:'select succulents terms conditions.html',"childArray" : [
    {   sTitle:'Privacy Policy',
        bIsWebPath:true,
        sUrl:'page20.html'
    }]
}]
});
