var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Hair',
    'bIsWebPath':true,
    'sUrl':'hair.html',"childArray" : [
    {   'sTitle':'Ladies hair',
        'bIsWebPath':true,
        'sUrl':'ladies-hair.html'
    },
    {   'sTitle':'Mens hair',
        'bIsWebPath':true,
        'sUrl':'mens-hair.html'
    },
    {   'sTitle':'Models & training academy',
        'bIsWebPath':true,
        'sUrl':'models-training-academy.html'
    },
    {   'sTitle':'Hair extensions',
        'bIsWebPath':true,
        'sUrl':'hair-extensions.html'
    },
    {   'sTitle':'Top-up bar',
        'bIsWebPath':true,
        'sUrl':'top-up-bar.html'
    },
    {   'sTitle':'About hair',
        'bIsWebPath':true,
        'sUrl':'about-hair.html'
    }]
},
{   'sTitle':'Wedding',
    'bIsWebPath':true,
    'sUrl':'wedding.html',"childArray" : [
    {   'sTitle':'Wedding hair',
        'bIsWebPath':true,
        'sUrl':'wedding-hair.html'
    },
    {   'sTitle':'Wedding beauty & makeup',
        'bIsWebPath':true,
        'sUrl':'wedding-beauty-make-up.html'
    },
    {   'sTitle':'Wedding packages',
        'bIsWebPath':true,
        'sUrl':'wedding-packages.html'
    }]
},
{   'sTitle':'Indulgence',
    'bIsWebPath':true,
    'sUrl':'indulgence.html',"childArray" : [
    {   'sTitle':'Xtreme lashes',
        'bIsWebPath':true,
        'sUrl':'xtreme-lashes.html'
    },
    {   'sTitle':'Shellac',
        'bIsWebPath':true,
        'sUrl':'shellac.html'
    },
    {   'sTitle':'ActiDerm',
        'bIsWebPath':true,
        'sUrl':'actiderm.html'
    }]
},
{   'sTitle':'Promotions',
    'bIsWebPath':true,
    'sUrl':'promotions.html',"childArray" : [
    {   'sTitle':'Loyalty card',
        'bIsWebPath':true,
        'sUrl':'loyalty-card.html'
    }]
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'Joico',
        'bIsWebPath':true,
        'sUrl':'joico.html'
    },
    {   'sTitle':'Paul Mitchell',
        'bIsWebPath':true,
        'sUrl':'paul-mitchell.html'
    },
    {   'sTitle':'Cloud Nine',
        'bIsWebPath':true,
        'sUrl':'cloud-nine.html'
    }]
},
{   'sTitle':'Our Team',
    'bIsWebPath':true,
    'sUrl':'our-team.html'
},
{   'sTitle':'Visit us',
    'bIsWebPath':true,
    'sUrl':'visit-us.html'
}]
});
