var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Activities',
    'bIsWebPath':true,
    'sUrl':'activities.html',"childArray" : [
    {   'sTitle':'Sports Club',
        'bIsWebPath':true,
        'sUrl':'club.html'
    },
    {   'sTitle':'Expeditions',
        'bIsWebPath':true,
        'sUrl':'expeditions.html'
    }]
},
{   'sTitle':'Cycles & Kayaks',
    'bIsWebPath':true,
    'sUrl':'kit.html',"childArray" : [
    {   'sTitle':'Kayak hire',
        'bIsWebPath':true,
        'sUrl':'kayak.html'
    },
    {   'sTitle':'Cycle hire',
        'bIsWebPath':true,
        'sUrl':'cycle.html'
    }]
},
{   'sTitle':'About us',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'Crinan Canal',
        'bIsWebPath':true,
        'sUrl':'canal.html'
    }]
},
{   'sTitle':'Contact us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
