var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Awards & Achievements',
    bIsWebPath:true,
    sUrl:'awards.html'
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'biography.html',"childArray" : [
    {   sTitle:'Profile',
        bIsWebPath:true,
        sUrl:'profile.html'
    },
    {   sTitle:'Music',
        bIsWebPath:true,
        sUrl:'music.html'
    },
    {   sTitle:'TV & Presenting',
        bIsWebPath:true,
        sUrl:'tv.html'
    },
    {   sTitle:'Acting',
        bIsWebPath:true,
        sUrl:'acting.html'
    },
    {   sTitle:'Artwork',
        bIsWebPath:true,
        sUrl:'artwork.html'
    },
    {   sTitle:'Miscellaneous',
        bIsWebPath:true,
        sUrl:'miscellaneous.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'2010',
        bIsWebPath:true,
        sUrl:'2010.html',
        sTarget:'_self'
    },
    {   sTitle:'2000s',
        bIsWebPath:true,
        sUrl:'2000s.html'
    },
    {   sTitle:'1990s',
        bIsWebPath:true,
        sUrl:'1990s.html'
    },
    {   sTitle:'1980s',
        bIsWebPath:true,
        sUrl:'1980s.html'
    },
    {   sTitle:'1970s',
        bIsWebPath:true,
        sUrl:'1970s.html'
    },
    {   sTitle:'Earlier',
        bIsWebPath:true,
        sUrl:'earlier.html'
    }]
},
{   sTitle:'Discography',
    bIsWebPath:true,
    sUrl:'discography.html',"childArray" : [
    {   sTitle:'Singles',
        bIsWebPath:true,
        sUrl:'singles.html'
    },
    {   sTitle:'B Sides',
        bIsWebPath:true,
        sUrl:'bsides.html'
    },
    {   sTitle:'Albums',
        bIsWebPath:true,
        sUrl:'albums.html'
    },
    {   sTitle:'Songs for Other Artists',
        bIsWebPath:true,
        sUrl:'otherartists.html'
    }]
},
{   sTitle:'Press',
    bIsWebPath:true,
    sUrl:'press.html'
},
{   sTitle:'Conservation',
    bIsWebPath:true,
    sUrl:'conservation.html'
},
{   sTitle:'Cruelty-free beauty',
    bIsExternal:true,
    sUrl:'http://www.lynseybeautycare.myarbonne.co.uk/',
    sTarget:'_self'
}]
});