var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'SERVICES',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'BRANDING',
    'bIsWebPath':true,
    'sUrl':'branding.html'
},
{   'sTitle':'INTERIOR',
    'bIsWebPath':true,
    'sUrl':'interior.html'
},
{   'sTitle':'DISPLAY',
    'bIsWebPath':true,
    'sUrl':'display.html'
},
{   'sTitle':'CONTACT',
    'bIsWebPath':true,
    'sUrl':'contacttony.html'
}]
});
