var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Puppy/Obedience',
    bIsWebPath:true,
    sUrl:'puppy_obedience.html'
},
{   sTitle:'Private Classes',
    bIsWebPath:true,
    sUrl:'private.html'
},
{   sTitle:'Just Like Home',
    bIsWebPath:true,
    sUrl:'jlh.html'
},
{   sTitle:'Forms',
    bIsWebPath:true,
    sUrl:'forms.html',"childArray" : [
    {   sTitle:'Word Viewer',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'forms.html#Download'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page12.html'
},
{   sDescription:'Favorite Links',
    sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Page 5.html'
}]
});