var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'moray',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'activities',
    'bIsWebPath':true,
    'sUrl':'activities/to-do.html'
},
{   'sTitle':'attractions',
    'bIsWebPath':true,
    'sUrl':'attractions/visitor-attractions.html'
},
{   'sTitle':'beaches',
    'bIsWebPath':true,
    'sUrl':'beaches.html'
},
{   'sTitle':'shopping',
    'bIsWebPath':true,
    'sUrl':'shopping/where-to-shop.html'
},
{   'sTitle':'eat & drink',
    'bIsWebPath':true,
    'sUrl':'restaurants.html'
},
{   'sTitle':'art & ent',
    'bIsWebPath':true,
    'sUrl':'venues/arts-entertainment.html'
},
{   'sTitle':'accommodation',
    'bIsWebPath':true,
    'sUrl':'accommodation/place-to-stay.html'
},
{   'sTitle':'towns',
    'bIsWebPath':true,
    'sUrl':'moray-towns.html'
},
{   'sTitle':'articles',
    'bIsWebPath':true,
    'sUrl':'info-articles/guides.html'
},
{   'sTitle':'weather',
    'bIsWebPath':true,
    'sUrl':'weather.html'
},
{   'sTitle':'travel',
    'bIsWebPath':true,
    'sUrl':'morayshire/travel.html'
}]
});
