var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Our Services',
    'bIsWebPath':true,
    'sUrl':'our-services.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'Our Clients',
    'bIsWebPath':true,
    'sUrl':'our-customers.html'
},
{   'sTitle':'Articles',
    'bIsWebPath':true,
    'sUrl':'page19.html'
},
{   'sTitle':'Latest News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Bookings',
    'bIsWebPath':true,
    'sUrl':'bookings.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Employment',
    'bIsWebPath':true,
    'sUrl':'employment.html'
}]
});
