var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Standard Service',
    'bIsWebPath':true,
    'sUrl':'standard.html'
},
{   'sTitle':'Urn Options',
    'bIsWebPath':true,
    'sUrl':'urn-options.html'
},
{   'sTitle':'Wooden Box Options',
    'bIsWebPath':true,
    'sUrl':'wooden-box.html'
},
{   'sTitle':'Other Options',
    'bIsWebPath':true,
    'sUrl':'other.html'
},
{   'sTitle':'Bookings',
    'bIsWebPath':true,
    'sUrl':'bookings.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
