var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Products',
        bIsWebPath:true,
        sUrl:'products.html'
    }]
},
{   sTitle:'Blending Options',
    bIsWebPath:true,
    sUrl:'Blending Options.html'
},
{   sTitle:'Factory',
    bIsWebPath:true,
    sUrl:'Factory.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'Contact.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'Blog.html'
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'Forum.html',"childArray" : [
    {   sTitle:'Sports Drinks',
        bIsWebPath:true,
        sUrl:'Sports Drinks.html'
    },
    {   sTitle:'Sports Drinks With Proteins',
        bIsWebPath:true,
        sUrl:'SportsDrinkswithProteins.html'
    }]
}]
});