var customNavTree26 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Address',
        bIsWebPath:true,
        sUrl:'address.html',
        sTarget:'_self'
    }]
}]
});
