var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Deep Cleaning',
    'bIsWebPath':true,
    'sUrl':'deep-cleaning.html'
},
{   'sTitle':'Property Clearance',
    'bIsWebPath':true,
    'sUrl':'house-clearance.html'
},
{   'sTitle':'Carpet Cleaning',
    'bIsWebPath':true,
    'sUrl':'carpet-cleaning.html'
},
{   'sTitle':'End of Tenancy Cleans',
    'bIsWebPath':true,
    'sUrl':'end-of-tenancy-cleans.html'
},
{   'sTitle':'Floor Cleaning',
    'bIsWebPath':true,
    'sUrl':'floor-cleaning.html'
},
{   'sTitle':'Communal Cleaning',
    'bIsWebPath':true,
    'sUrl':'communal-cleaning.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
