var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Services We Offer',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Photo Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Extensions',
        'bIsWebPath':true,
        'sUrl':'extensions.html'
    },
    {   'sTitle':'Block Paving',
        'bIsWebPath':true,
        'sUrl':'paving.html'
    },
    {   'sTitle':'Refurbs',
        'bIsWebPath':true,
        'sUrl':'refurbs.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
