var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'SBEM Calculations',
        bIsWebPath:true,
        sUrl:'sbem.html'
    },
    {   sTitle:'Breeam Assessments',
        bIsWebPath:true,
        sUrl:'breeam.html'
    },
    {   sTitle:'SAP Calculations',
        bIsWebPath:true,
        sUrl:'sap.html'
    },
    {   sTitle:'Energy Performance Certificates',
        bIsWebPath:true,
        sUrl:'epc.html'
    },
    {   sTitle:'Air Conditioning Inspection Reports',
        bIsWebPath:true,
        sUrl:'aircon.html'
    },
    {   sTitle:'Air Permeability Testing',
        bIsWebPath:true,
        sUrl:'airtest.html'
    },
    {   sTitle:'Sound Testing',
        bIsWebPath:true,
        sUrl:'page9.html'
    }]
},
{   sTitle:'Get a Quote',
    bIsWebPath:true,
    sUrl:'quote.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Useful Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Privacy Policy',
    bIsWebPath:true,
    sUrl:'privacy.html'
}]
});