var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:' Home ',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'How to Book',
    bIsWebPath:true,
    sUrl:'HowToBook.html'
},
{   sTitle:'Where to stay',
    bIsWebPath:true,
    sUrl:'page7.html',"childArray" : [
    {   sTitle:'Cottages',
        bIsWebPath:true,
        sUrl:'cottages.html'
    }]
},
{   sTitle:'Fishing Map',
    bIsWebPath:true,
    sUrl:'FishiingMap.html',"childArray" : [
    {   sTitle:'South',
        bIsWebPath:true,
        sUrl:'MapSE.htm'
    },
    {   sTitle:'Middle',
        bIsWebPath:true,
        sUrl:'LochMap_MB.html'
    },
    {   sTitle:'North',
        bIsWebPath:true,
        sUrl:'Map_NE.html'
    },
    {   sTitle:'Notes',
        bIsWebPath:true,
        sUrl:'mapnotes.html'
    }]
},
{   sTitle:'NEWS',
    bIsWebPath:true,
    sUrl:'news.htm'
},
{   sTitle:'NEWS',
    bIsWebPath:true,
    sUrl:'news3.html'
},
{   sTitle:'Catch Stats',
    bIsWebPath:true,
    sUrl:'catchstats.html'
},
{   sTitle:' Rules & Regs',
    bIsWebPath:true,
    sUrl:'rules.html'
},
{   sTitle:'Who\'s Who',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Scrap Book',
    bIsWebPath:true,
    sUrl:'scrapbook.html',"childArray" : [
    {   sTitle:'Hastings\' Call',
        bIsWebPath:true,
        sUrl:'scrap_sirmax.html'
    },
    {   sTitle:'End of the Line',
        bIsWebPath:true,
        sUrl:'scrap_clover.html'
    },
    {   sTitle:'The Hope today',
        bIsWebPath:true,
        sUrl:'scrap_agshistory.html'
    },
    {   sTitle:'A Victorian View',
        bIsWebPath:true,
        sUrl:'scrap_grimble.html'
    },
    {   sTitle:'JH Goes Dapping',
        bIsWebPath:true,
        sUrl:'scrap_dapping.html'
    }]
},
{   sDescription:'Images from the Sutherland coast',
    sTitle:'Photo gallery',
    bIsExternal:true,
    sUrl:'http://lochhope.co.uk/images/index.htm'
}]
});
