var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Our Story',
    'bIsWebPath':true,
    'sUrl':'ourstory.html',"childArray" : [
    {   'sTitle':'Why Inside',
        'bIsWebPath':true,
        'sUrl':'whyinside.html'
    },
    {   'sTitle':'Our Founder',
        'bIsWebPath':true,
        'sUrl':'founder.html'
    },
    {   'sTitle':'Eco-Friendly Fabrics',
        'bIsWebPath':true,
        'sUrl':'lcf.html'
    }]
},
{   'sTitle':'Shop Fashions',
    'bIsWebPath':true,
    'sUrl':'shopfashions.html',"childArray" : [
    {   'sTitle':'Designer Fashions',
        'bIsWebPath':true,
        'sUrl':'designer.html'
    },
    {   'sTitle':'Inspirational Fashions',
        'bIsWebPath':true,
        'sUrl':'inspire.html'
    },
    {   'sTitle':'Inna Segal Fashions',
        'bIsWebPath':true,
        'sUrl':'inna.html'
    },
    {   'sTitle':'courierfontwear',
        'bIsWebPath':true,
        'sUrl':'courierfontwear.html'
    }]
},
{   'sTitle':'Gift Box',
    'bIsWebPath':true,
    'sUrl':'perfectgift.html'
},
{   'sTitle':'Community',
    'bIsWebPath':true,
    'sUrl':'community.html'
},
{   'sTitle':'Contact/Support',
    'bIsWebPath':true,
    'sUrl':'page13.html',"childArray" : [
    {   'sTitle':'Frequently Asked Questions',
        'bIsWebPath':true,
        'sUrl':'page54.html'
    },
    {   'sTitle':'Shop Safely',
        'bIsWebPath':true,
        'sUrl':'page53.html'
    },
    {   'sTitle':'Shipping and Returns',
        'bIsWebPath':true,
        'sUrl':'page55.html'
    }]
}]
});
