var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Hair Care',
        'bIsWebPath':true,
        'sUrl':'page7.html'
    },
    {   'sTitle':'Nail Care',
        'bIsWebPath':true,
        'sUrl':'page8.html'
    },
    {   'sTitle':'Make-up',
        'bIsWebPath':true,
        'sUrl':'make-up.html'
    },
    {   'sTitle':'Hair Removal',
        'bIsWebPath':true,
        'sUrl':'hairremoval.html'
    },
    {   'sTitle':'Packages',
        'bIsWebPath':true,
        'sUrl':'packages.html'
    }]
},
{   'sTitle':'Promotions',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'Emani',
        'bIsWebPath':true,
        'sUrl':'emani.html'
    },
    {   'sTitle':'OPI',
        'bIsWebPath':true,
        'sUrl':'opi.html'
    },
    {   'sTitle':'Sebastian',
        'bIsWebPath':true,
        'sUrl':'sebastian.html'
    },
    {   'sTitle':'Nioxin',
        'bIsWebPath':true,
        'sUrl':'nioxin.html'
    }]
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Comments',
    'bIsWebPath':true,
    'sUrl':'page17.html'
},
{   'sTitle':'Appointments',
    'bIsWebPath':true,
    'sUrl':'page18.html'
},
{   'sTitle':'Policies',
    'bIsWebPath':true,
    'sUrl':'policies.html'
}]
});
