var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sTitle:'Our Services',
    sUrl:'oil-and-gas-services.html',
    sTarget:'_self'
},
{   sTitle:'Contact us',
    sUrl:'contact-martin heating-services.html',
    sTarget:'_self'
},
{   sTitle:'Product Information',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Firebird Oil Boilers',
        sUrl:'firebird-boilers.html',
        sTarget:'_self'
    },
    {   sTitle:'Grant Oil Boilers',
        sUrl:'grant-oil-boilers.html',
        sTarget:'_self'
    },
    {   sTitle:'Glo Worm Gas Boiler Systems',
        sUrl:'glo-worm-boilers-dublin.html',
        sTarget:'_self'
    },
    {   sTitle:'Baxi Gas Boiler systems',
        sUrl:'baxi-boiler-information.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Links',
    sUrl:'links.html',
    sTarget:'_self'
}]
});
