var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Caravans',
    'bIsWebPath':true,
    'sUrl':'page2.html',"childArray" : [
    {   'bSeparatorAfter':true,
        'sTitle':'View Caravans',
        'bIsWebPath':true,
        'sUrl':'page6.html'
    }]
},
{   'sTitle':'Lodges',
    'bIsWebPath':true,
    'sUrl':'page3.html',"childArray" : [
    {   'sTitle':'Our Lodge Park',
        'bIsWebPath':true,
        'sUrl':'page7.html'
    }]
},
{   'sTitle':'Where to find us',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Discover the NW Lake District',
    'bIsWebPath':true,
    'sUrl':'page5.html'
}]
});
