var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Males',
    bIsWebPath:true,
    sUrl:'males.html'
},
{   sTitle:'Females',
    bIsWebPath:true,
    sUrl:'females.html'
},
{   sTitle:'Kittens',
    bIsWebPath:true,
    sUrl:'kittens.html'
},
{   sTitle:'Available',
    bIsWebPath:true,
    sUrl:'available.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'information.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Research',
    bIsWebPath:true,
    sUrl:'research.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
