var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Beef Options',
    bIsWebPath:true,
    sUrl:'buyonline.html',"childArray" : [
    {   sTitle:'Family Size Grass-fed Beef Packages',
        bIsWebPath:true,
        sUrl:'beefselections.html'
    },
    {   sTitle:'Small Grass-Fed Beef Packages',
        bIsWebPath:true,
        sUrl:'smallmeatpkgs.html'
    },
    {   sTitle:'Grass-fed Hamburger Packages',
        bIsWebPath:true,
        sUrl:'hamburger.html'
    },
    {   sTitle:'Grass-fed Dog Bones',
        bIsWebPath:true,
        sUrl:'dogbones.html'
    }]
},
{   sTitle:'Our Pork Options',
    bIsWebPath:true,
    sUrl:'porkselections.html'
},
{   sTitle:'Our Poultry Options',
    bIsWebPath:true,
    sUrl:'chickens.html'
},
{   sTitle:'Monthly Meat Pkgs',
    bIsWebPath:true,
    sUrl:'convenientmeats.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Our Difference',
    bIsWebPath:true,
    sUrl:'difference.html',"childArray" : [
    {   sTitle:'Feedlot vs. Pasture',
        bIsWebPath:true,
        sUrl:'feedlot.html'
    },
    {   sTitle:'Dry Aging vs. No Aging',
        bIsWebPath:true,
        sUrl:'dryaging.html'
    },
    {   sTitle:'Grass-fed Economics',
        bIsWebPath:true,
        sUrl:'economics.html'
    },
    {   sTitle:'Beef and Global Warming',
        bIsWebPath:true,
        sUrl:'warming.html'
    },
    {   sTitle:'Organic?',
        bIsWebPath:true,
        sUrl:'organic.html'
    },
    {   sTitle:'Regulations',
        bIsWebPath:true,
        sUrl:'regulations.html'
    },
    {   sTitle:'The Value of Irrigated Pastures',
        bIsWebPath:true,
        sUrl:'pastures.html'
    },
    {   sTitle:'Skeptical?',
        bIsWebPath:true,
        sUrl:'skeptical.html'
    }]
},
{   sTitle:'Cooking Suggestions',
    bIsWebPath:true,
    sUrl:'cooking.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Farm Videos',
    bIsWebPath:true,
    sUrl:'video.html'
},
{   sTitle:'Baron Farms Blog',
    bIsWebPath:true,
    sUrl:'baronfarmsblog.html'
}]
});