var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Obedience ',
    bIsWebPath:true,
    sUrl:'page47.html'
},
{   sTitle:'Protection ',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Dogs in training',
    bIsWebPath:true,
    sUrl:'page24.html'
},
{   sTitle:'Dogs for sale',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Puppies for sale',
    bIsWebPath:true,
    sUrl:'page20.html'
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'page33.html'
},
{   sTitle:'Behavior ',
    bIsWebPath:true,
    sUrl:'page23.html'
},
{   sTitle:'Video',
    bIsWebPath:true,
    sUrl:'page49.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});
