var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Puppies',
    bIsWebPath:true,
    sUrl:'puppies.html',
    sTarget:'_self'
},
{   sTitle:'Stud Dogs',
    bIsWebPath:true,
    sUrl:'stud_dogs.html',
    sTarget:'_self'
},
{   sTitle:'Brood Bitches',
    bIsWebPath:true,
    sUrl:'brood_bitches.html',
    sTarget:'_self'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'video.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'photo_gallery.html'
},
{   sTitle:'Letters',
    bIsWebPath:true,
    sUrl:'emails.html'
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'questions.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'locate.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links1.html',
    sTarget:'_self'
}]
});
