var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Food Ingredients, Anti Microbials, Corn Tortilla Preservatives, Tortilla Batch Packs',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Liquid Anti-Microbials',
        bIsWebPath:true,
        sUrl:'liquid am.html'
    },
    {   sTitle:'Custom Blends',
        bIsWebPath:true,
        sUrl:'custblends.html'
    },
    {   sTitle:'Gums',
        bIsWebPath:true,
        sUrl:'gums.html'
    },
    {   sTitle:'Leavening System',
        bIsWebPath:true,
        sUrl:'leavening.html'
    },
    {   sTitle:'Food Preservatives',
        bIsWebPath:true,
        sUrl:'foodpreservative.html'
    },
    {   sTitle:'Wheat Proteins',
        bIsWebPath:true,
        sUrl:'proteins.html'
    },
    {   sTitle:'Starches',
        bIsWebPath:true,
        sUrl:'starches.html'
    },
    {   sTitle:'Oleo Chemicals',
        bIsWebPath:true,
        sUrl:'oleochemicals.html'
    }]
},
{   sTitle:'Applications',
    bIsWebPath:true,
    sUrl:'applications.html',"childArray" : [
    {   sTitle:'Tortillas',
        bIsWebPath:true,
        sUrl:'tortillas.html',"childArray" : [
        {   sTitle:'Flour Tortilla',
            bIsWebPath:true,
            sUrl:'flourtortilla.html'
        },
        {   sTitle:'Corn Tortillas',
            bIsWebPath:true,
            sUrl:'corntortillas.html'
        }]
    },
    {   sTitle:'Pita Bread',
        bIsWebPath:true,
        sUrl:'pitabread.html'
    },
    {   sTitle:'Meat and Poultry',
        bIsWebPath:true,
        sUrl:'meatblends.html'
    },
    {   sTitle:'Dairy',
        bIsWebPath:true,
        sUrl:'dairyblends.html'
    }]
},
{   sTitle:'Quality',
    bIsWebPath:true,
    sUrl:'qual.html'
},
{   sTitle:'GCI Advantage',
    bIsWebPath:true,
    sUrl:'gci-advantage.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
