var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Team',
    bIsWebPath:true,
    sUrl:'team.html',
    sTarget:'_self'
},
{   sTitle:'Services',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'General Dentistry',
        bIsWebPath:true,
        sUrl:'dentistry.html',
        sTarget:'_self'
    },
    {   sTitle:'Crowns and Bridges',
        bIsWebPath:true,
        sUrl:'crownsbridges.html'
    },
    {   sTitle:'Implants and Dentures',
        bIsWebPath:true,
        sUrl:'impdenture.html'
    },
    {   sTitle:'Whitening',
        bIsWebPath:true,
        sUrl:'whitening.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Community News',
    bIsWebPath:true,
    sUrl:'community.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'RK Group',
    bIsWebPath:true,
    sUrl:'rkgroup.html'
}]
});
