var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'D&F Marketing',
    'bIsWebPath':true,
    'sUrl':'d&f-mktg.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'Dairy',
        'bIsWebPath':true,
        'sUrl':'dairy.html'
    },
    {   'sTitle':'Bakery',
        'bIsWebPath':true,
        'sUrl':'bakery.html'
    },
    {   'sTitle':'Entrees/Pastas',
        'bIsWebPath':true,
        'sUrl':'entrees_pastas.html'
    },
    {   'sTitle':'Produce',
        'bIsWebPath':true,
        'sUrl':'produce.html'
    },
    {   'sTitle':'Candy/Snacks',
        'bIsWebPath':true,
        'sUrl':'candy_snacks.html'
    },
    {   'sTitle':'Sauces/Dressings',
        'bIsWebPath':true,
        'sUrl':'sauces_dressings.html'
    },
    {   'sTitle':'Meats/Sandwiches',
        'bIsWebPath':true,
        'sUrl':'meats_sandwiches.html'
    },
    {   'sTitle':'Beverages',
        'bIsWebPath':true,
        'sUrl':'beverages.html'
    },
    {   'sTitle':'In-Flight Services',
        'bIsWebPath':true,
        'sUrl':'flight_services.html'
    },
    {   'sTitle':'In-Flight Comfort',
        'bIsWebPath':true,
        'sUrl':'flight_comfort.html'
    },
    {   'sTitle':'Packaging',
        'bIsWebPath':true,
        'sUrl':'packaging.html'
    }]
},
{   'sTitle':'DFM  ',
    'bIsWebPath':true,
    'sUrl':'DFM.html'
},
{   'sTitle':'Sales Team',
    'bIsWebPath':true,
    'sUrl':'our_team.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about_us.html'
}]
});
