var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html',"childArray" : [
    {   'sTitle':'Who we are',
        'bIsExternal':true,
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'aboutus.html#Who_we_are',
        'sTarget':'_self'
    },
    {   'sTitle':'Our Operators & Clients',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'operators.html',
        'sTarget':'_self'
    },
    {   'sTitle':'About Royal Group',
        'bIsExternal':true,
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'royalgroup.html#Royal',
        'sTarget':'_self'
    }]
},
{   'sTitle':'Our Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'View our products',
        'bIsExternal':true,
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'products.html#products',
        'sTarget':'_self'
    }]
},
{   'sTitle':'Our Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Hosting a service',
        'bIsExternal':true,
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#services',
        'sTarget':'_self'
    },
    {   'sTitle':'Live web reporting',
        'bIsExternal':true,
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#reporting',
        'sTarget':'_self'
    },
    {   'sTitle':'Studio production',
        'bIsExternal':true,
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'studio.html#studio',
        'sTarget':'_self'
    }]
},
{   'sTitle':'Our Coverage',
    'bIsWebPath':true,
    'sUrl':'coverage.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
