var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.php'
},
{   'sTitle':'Treatments',
    'bIsWebPath':true,
    'sUrl':'treatments.php',"childArray" : [
    {   'sTitle':'Nail Care',
        'bIsWebPath':true,
        'sUrl':'nailcare.php'
    },
    {   'sTitle':'Massage',
        'bIsWebPath':true,
        'sUrl':'massage.php'
    },
    {   'sTitle':'Body Treatments',
        'bIsWebPath':true,
        'sUrl':'bodytreatments.php'
    },
    {   'sTitle':'Facials',
        'bIsWebPath':true,
        'sUrl':'facials.php'
    },
    {   'sTitle':'Grooming',
        'bIsWebPath':true,
        'sUrl':'grooming.php'
    },
    {   'sTitle':'Tanning',
        'bIsWebPath':true,
        'sUrl':'tanning.php'
    },
    {   'sTitle':'Make up',
        'bIsWebPath':true,
        'sUrl':'makeup.php'
    },
    {   'sTitle':'Spa treatments',
        'bIsWebPath':true,
        'sUrl':'spatreatments.php'
    },
    {   'sTitle':'Group Bookings',
        'bIsWebPath':true,
        'sUrl':'groups.php'
    }]
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.php',"childArray" : [
    {   'sTitle':'ArtDeco',
        'bIsWebPath':true,
        'sUrl':'artdeco.php'
    }]
},
{   'sTitle':'Vouchers',
    'bIsWebPath':true,
    'sUrl':'vouchers.php'
},
{   'sTitle':'Specials',
    'bIsWebPath':true,
    'sUrl':'specials.php'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.php',"childArray" : [
    {   'sTitle':'Salon ',
        'bIsWebPath':true,
        'sUrl':'pictures.php'
    },
    {   'sTitle':'Video',
        'bIsWebPath':true,
        'sUrl':'video.php'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.php'
}]
});
