var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about-us.html'
},
{   sTitle:'Products',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Grain',
        bIsWebPath:true,
        sUrl:'grain-products.html'
    },
    {   sTitle:'Fish Farming',
        bIsWebPath:true,
        sUrl:'aquaculture-fish-farm-products.html'
    },
    {   sTitle:'Brandt Mobile Agri Products',
        bIsWebPath:true,
        sUrl:'brandt-mobile-agri-products.html'
    },
    {   sTitle:'Poultry Houses',
        bIsWebPath:true,
        sUrl:'poultry-houses-products.html'
    },
    {   sTitle:'Bulk Feed Bins',
        bIsWebPath:true,
        sUrl:'bulk-feed-bins-products.html'
    },
    {   sTitle:'Bunker Systems',
        bIsWebPath:true,
        sUrl:'bunker-systems.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact-us.html'
}]
});
