var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Kittens',
    bIsExternal:true,
    sUrl:'http://f1hybrids.com/savannah_cats_for_sale.html',"childArray" : [
    {   sTitle:'F1 Savannah cats for sale',
        bIsExternal:true,
        sUrl:'http://f1hybrids.com/f1_savannah_cats_kittens_for_sale.html'
    },
    {   sTitle:'F2 Savannah cats for sale',
        bIsExternal:true,
        sUrl:'http://f1hybrids.com/f2_savannah_cats_kittens_for_sale.html'
    }]
},
{   sTitle:'Serval Cats',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Breed Profile',
        bIsWebPath:true,
        sUrl:'Servalcatoverview.html'
    },
    {   sTitle:'Serval Cat Videos',
        bIsWebPath:true,
        sUrl:'Africanservalcatvideos.html'
    },
    {   sTitle:'Serval Cat Photos',
        bIsWebPath:true,
        sUrl:'afican-serval-cat-photos.html'
    },
    {   sTitle:'Questions',
        bIsWebPath:true,
        sUrl:'AfricanServalcat.html'
    },
    {   sTitle:'Diet',
        bIsWebPath:true,
        sUrl:'servalcatsforsale.html'
    },
    {   sTitle:'Owner Stories',
        bIsWebPath:true,
        sUrl:'servalcatkittens.html'
    }]
},
{   sTitle:'Exotic Cats',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Training',
        bIsWebPath:true,
        sUrl:'AboutAfricanservalcats.html'
    },
    {   sTitle:'Exotic Cat Behavior',
        bIsWebPath:true,
        sUrl:'servalcatbehavior.html'
    },
    {   sTitle:'Compare Exotic Cats',
        bIsWebPath:true,
        sUrl:'Africanservalcatst.html'
    },
    {   sTitle:'Heavy Duty Cat Toys',
        bIsWebPath:true,
        sUrl:'Servalcatsinfo.html'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'exotic_cat_news.html'
},
{   sTitle:'Harness ',
    bIsWebPath:true,
    sUrl:'servalcatharness.html'
},
{   sTitle:'Enclosures',
    bIsWebPath:true,
    sUrl:'servalcatenclosures.html'
},
{   sTitle:'Directory',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Cat Breeders',
        bIsWebPath:true,
        sUrl:'ExoticCatBreeders.html'
    }]
}]
});
