var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'LBB',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'ABOUT US',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'PRODUCTS',
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sTitle':'CATALOG',
    'bIsWebPath':true,
    'sUrl':'catalog.html'
},
{   'sTitle':'CONTACT US',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'SIGN IN',
    'bIsWebPath':true,
    'sUrl':'signin.html',"childArray" : [
    {   'sTitle':'Customer Login',
        'bIsWebPath':true,
        'sUrl':'sign_in.html'
    },
    {   'sTitle':'Broker Login',
        'bIsWebPath':true,
        'sUrl':'sales_portalr.html'
    },
    {   'sTitle':'New Customer',
        'bIsWebPath':true,
        'sUrl':'new_customer.html'
    }]
}]
});
