var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html',"childArray" : [
    {   'sTitle':'Baron Farm Pics',
        'bIsWebPath':true,
        'sUrl':'farmpics.html'
    },
    {   'sTitle':'Baron Farms Blog',
        'bIsWebPath':true,
        'sUrl':'baronfarmsblog.html'
    },
    {   'sTitle':'Baron Farms Videos',
        'bIsWebPath':true,
        'sUrl':'baronfarmsvideos.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'Why Baron Farms',
    'bIsWebPath':true,
    'sUrl':'whybaronfarms.html',"childArray" : [
    {   'sTitle':'It\'s the Grass',
        'bIsWebPath':true,
        'sUrl':'grass.html'
    },
    {   'sTitle':'Historical Perspective',
        'bIsWebPath':true,
        'sUrl':'history.html'
    },
    {   'sTitle':'Dry Aged Beef',
        'bIsWebPath':true,
        'sUrl':'dryaged.html'
    },
    {   'sTitle':'Grass-fed Economics',
        'bIsWebPath':true,
        'sUrl':'economics.html'
    },
    {   'sTitle':'Global Warming',
        'bIsWebPath':true,
        'sUrl':'globalwarming.html'
    },
    {   'sTitle':'Regulations',
        'bIsWebPath':true,
        'sUrl':'regulations.html'
    },
    {   'sTitle':'Pasture Power',
        'bIsWebPath':true,
        'sUrl':'pasture.html'
    },
    {   'sTitle':'Organic?',
        'bIsWebPath':true,
        'sUrl':'organic.html'
    }]
},
{   'sTitle':'Our Online Products',
    'bIsWebPath':true,
    'sUrl':'ourmeatoptions.html',"childArray" : [
    {   'sTitle':'Family Beef Packages',
        'bIsWebPath':true,
        'sUrl':'familybeefpackages.html'
    },
    {   'sTitle':'Grazed Eggs',
        'bIsWebPath':true,
        'sUrl':'page47.html'
    },
    {   'sTitle':'Our Beef Cuts',
        'bIsWebPath':true,
        'sUrl':'page54.html'
    },
    {   'sTitle':'Our Pork Cuts',
        'bIsWebPath':true,
        'sUrl':'page49.html'
    },
    {   'sTitle':'Monthly Meat Options',
        'bIsWebPath':true,
        'sUrl':'monthlymeats.html'
    },
    {   'sTitle':'Small Beef Packages',
        'bIsWebPath':true,
        'sUrl':'page51.html'
    },
    {   'sTitle':'Family Pork Packages',
        'bIsWebPath':true,
        'sUrl':'familyporkpackages.html'
    },
    {   'sTitle':'Small Pork Packages',
        'bIsWebPath':true,
        'sUrl':'page52.html'
    },
    {   'sTitle':'Shipping Information',
        'bIsWebPath':true,
        'sUrl':'shippinginfo.html'
    }]
},
{   'sTitle':'Neighborhood Delivery',
    'bIsWebPath':true,
    'sUrl':'drop.html'
},
{   'sTitle':'Eggs',
    'bIsWebPath':true,
    'sUrl':'grazedeggs.html'
}]
});
