var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Domestic',
    bIsWebPath:true,
    sUrl:'domestic.html'
},
{   sTitle:'Commercial',
    bIsWebPath:true,
    sUrl:'commercial.html'
},
{   sTitle:'Specialist',
    bIsWebPath:true,
    sUrl:'specialist.html',"childArray" : [
    {   sTitle:'Security and Data',
        bIsWebPath:true,
        sUrl:'security and data.html'
    },
    {   sTitle:'Fire Alarms',
        bIsWebPath:true,
        sUrl:'fire alarms.html'
    },
    {   sTitle:'Emergency Lights',
        bIsWebPath:true,
        sUrl:'emergency lights.html'
    },
    {   sTitle:'Churches',
        bIsWebPath:true,
        sUrl:'churches.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'About.html'
}]
});
