var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home Page',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Four-Steps',
    'bIsWebPath':true,
    'sUrl':'four-steps.html',"childArray" : [
    {   'bSeparatorBefore':true,
        'bSeparatorAfter':true,
        'sTitle':'Fiona Mathers',
        'bIsWebPath':true,
        'sUrl':'fiona mathers.html'
    },
    {   'bSeparatorBefore':true,
        'bSeparatorAfter':true,
        'sTitle':'Profile',
        'bIsWebPath':true,
        'sUrl':'profile.html'
    }]
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contacts.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Current Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Locations',
    'bIsWebPath':true,
    'sUrl':'scotland.html'
}]
});
