var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Writers',
    bIsWebPath:true,
    sUrl:'the_writers.html'
},
{   sTitle:'Books',
    bIsWebPath:true,
    sUrl:'books.html',"childArray" : [
    {   sTitle:'Those Who Serve',
        bIsWebPath:true,
        sUrl:'those_who_serve.html'
    },
    {   sTitle:'Thea\'s Parrot',
        bIsWebPath:true,
        sUrl:'theas_parrot.html'
    },
    {   sTitle:'The Courtyard',
        bIsWebPath:true,
        sUrl:'the_courtyard.html'
    },
    {   sTitle:'The Dipper',
        bIsWebPath:true,
        sUrl:'the_dipper.html'
    },
    {   sTitle:'Hattie\'s Mill',
        bIsWebPath:true,
        sUrl:'hatties_mill.html'
    },
    {   sTitle:'Starting Over',
        bIsWebPath:true,
        sUrl:'starting_over.html'
    },
    {   sTitle:'Second Time Around',
        bIsWebPath:true,
        sUrl:'second_time_around.html'
    },
    {   sTitle:'The Chadwick Trilogy',
        bIsWebPath:true,
        sUrl:'the_chadwick_trilogy.html'
    },
    {   sTitle:'A Week in Winter',
        bIsWebPath:true,
        sUrl:'a_week_in_winter.html'
    },
    {   sTitle:'Forgotten Laughter',
        bIsWebPath:true,
        sUrl:'forgotten_laughter.html'
    },
    {   sTitle:'The Children\'s Hour',
        bIsWebPath:true,
        sUrl:'the_childrens_hour.html'
    },
    {   sTitle:'The Birdcage',
        bIsWebPath:true,
        sUrl:'the_birdcage.html'
    },
    {   sTitle:'The Golden Cup',
        bIsWebPath:true,
        sUrl:'the_golden_cup.html'
    },
    {   sTitle:'Echoes of the Dance',
        bIsWebPath:true,
        sUrl:'echoes_of_the_dance.html'
    },
    {   sTitle:'Memories of the Storm',
        bIsWebPath:true,
        sUrl:'memories_of_the_storm.html'
    },
    {   sTitle:'The Way We Were',
        bIsWebPath:true,
        sUrl:'the_way_we_were.html'
    },
    {   sTitle:'The Prodigal Wife',
        bIsWebPath:true,
        sUrl:'tpw.html'
    }]
},
{   sTitle:'Rodney\'s Blogs',
    bIsWebPath:true,
    sUrl:'rodney\'s_blogs.html',"childArray" : [
    {   sTitle:'Our lane and ginger beer',
        bIsWebPath:true,
        sUrl:'lane_ginger_beer.html'
    },
    {   sTitle:'Launceston Festival 2010',
        bIsWebPath:true,
        sUrl:'lanson_festival.html'
    },
    {   sTitle:'Tavistock and Exmoor',
        bIsWebPath:true,
        sUrl:'tavistock_exmoor.html'
    },
    {   sTitle:'Porlock, Dartmoor and Tamar Valley',
        bIsWebPath:true,
        sUrl:'porlock_dartmoor_tamar.html'
    },
    {   sTitle:'Welcome, Joss!',
        bIsWebPath:true,
        sUrl:'welcome_joss.html'
    },
    {   sTitle:'Freezing on Dartmoor',
        bIsWebPath:true,
        sUrl:'freezing_on_dartmoor.html'
    },
    {   sTitle:'Spring?',
        bIsWebPath:true,
        sUrl:'spring.html'
    },
    {   sTitle:'Books, books, books',
        bIsWebPath:true,
        sUrl:'books_books_books.html'
    },
    {   sTitle:'Forward Planning',
        bIsWebPath:true,
        sUrl:'forward_planning.html'
    },
    {   sTitle:'Retinal Detachment',
        bIsWebPath:true,
        sUrl:'retinal_detachment.html'
    },
    {   sTitle:'Rodney\'s 2009 Blogs',
        bIsWebPath:true,
        sUrl:'rodneys_2009_blogs.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Marcia\'s Web Site',
    bIsExternal:true,
    sUrl:'http://www.marciawillett.co.uk'
},
{   sTitle:'MW\'s West Country',
    bIsExternal:true,
    sUrl:'http://www.mw-wc.co.uk',
    sTarget:'_self'
}]
});