var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Specials',
    bIsWebPath:true,
    sUrl:'specials.html'
},
{   sTitle:'Spa Services',
    bIsWebPath:true,
    sUrl:'spa services.html',"childArray" : [
    {   sTitle:'Facials',
        bIsWebPath:true,
        sUrl:'facials.html',"childArray" : [
        {   sTitle:'About Manuka Honey',
            bIsWebPath:true,
            sUrl:'about manuka honey.html',"childArray" : [
            {   sTitle:'Anti-Aging',
                bIsWebPath:true,
                sUrl:'anti_aging.html'
            },
            {   sTitle:'Acne',
                bIsWebPath:true,
                sUrl:'acne.html'
            }]
        }]
    },
    {   sTitle:'Pedicures',
        bIsWebPath:true,
        sUrl:'pedicures.html'
    },
    {   sTitle:'Manicures',
        bIsWebPath:true,
        sUrl:'maicures.html'
    },
    {   sTitle:'Hair Removal',
        bIsWebPath:true,
        sUrl:'hair_removal.html'
    },
    {   sTitle:'Spa Packages',
        bIsWebPath:true,
        sUrl:'spa packages.html'
    }]
},
{   sTitle:'Skin Sense',
    bIsWebPath:true,
    sUrl:'skin_sense.html',"childArray" : [
    {   sTitle:'Sensitive to Normal',
        bIsWebPath:true,
        sUrl:'sensitive_normal.html'
    },
    {   sTitle:'Dry/Dehydrated',
        bIsWebPath:true,
        sUrl:'dry_dehydrated.html'
    },
    {   sTitle:'Combination to Oily',
        bIsWebPath:true,
        sUrl:'combination_oily.html'
    },
    {   sTitle:'Anti-Aging',
        bIsWebPath:true,
        sUrl:'antiaging.html'
    }]
},
{   sTitle:'Body Scents',
    bIsWebPath:true,
    sUrl:'body_scents.html'
},
{   sTitle:'Gift Certificates',
    bIsWebPath:true,
    sUrl:'gift_certificates.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});