var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Terms and Conditions',
        bIsWebPath:true,
        sUrl:'termsandconditions.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Antaneea Massage',
        bIsWebPath:true,
        sUrl:'antaneeamassage.html'
    },
    {   sTitle:'Articles',
        bIsWebPath:true,
        sUrl:'articles.html'
    },
    {   sTitle:'FootSteps Of the Soul',
        bIsWebPath:true,
        sUrl:'footstepsofthesoul.html'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Hand Dyed Linen/Sheets',
        bIsWebPath:true,
        sUrl:'handdyedlinen.html'
    },
    {   sTitle:'Massage Beds',
        bIsWebPath:true,
        sUrl:'massagebeds.html'
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html'
    },
    {   sTitle:'Colour Therapy Oils',
        bIsWebPath:true,
        sUrl:'colourtherapyoils.html',"childArray" : [
        {   sTitle:'Oils & Their Uses',
            bIsWebPath:true,
            sUrl:'oilsandtheiruses.html'
        },
        {   sTitle:'Oils & Their Meanings',
            bIsWebPath:true,
            sUrl:'oilsandtheirmeanings.html'
        }]
    },
    {   sTitle:'Accessories',
        bIsWebPath:true,
        sUrl:'accessories.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});