var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Start',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'Cats',
    bIsWebPath:true,
    sUrl:'cats.html',"childArray" : [
    {   sTitle:'Boys',
        bIsWebPath:true,
        sUrl:'boys.html'
    },
    {   sTitle:'Girls',
        bIsWebPath:true,
        sUrl:'girls.html'
    },
    {   sTitle:'Kittens',
        bIsWebPath:true,
        sUrl:'kittens.html'
    },
    {   sTitle:'New Born',
        bIsWebPath:true,
        sUrl:'new born.html'
    },
    {   sTitle:'Past Cats',
        bIsWebPath:true,
        sUrl:'Past Cats.html'
    }]
},
{   sTitle:'Shows',
    bIsWebPath:true,
    sUrl:'shows.html'
},
{   sTitle:'Guestbook',
    bIsWebPath:true,
    sUrl:'guestbook.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
