var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home.',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Scouting in Peterborough.',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Scout Groups and Units',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'City Scout Link.',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'Diary.',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'Gang Show.',
    'bIsWebPath':true,
    'sUrl':'page6.html'
},
{   'sTitle':'Billboard.',
    'bIsWebPath':true,
    'sUrl':'page25.html'
},
{   'sTitle':'Leaders Page.',
    'bIsWebPath':true,
    'sUrl':'page24.html'
}]
});
