var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Ajooba and Bengals',
    bIsWebPath:true,
    sUrl:'About.html'
},
{   sTitle:'Absent Friends',
    bIsWebPath:true,
    sUrl:'Absentfriends.html'
},
{   sTitle:'Our Studs',
    bIsWebPath:true,
    sUrl:'Studs.html',"childArray" : [
    {   sTitle:'Adam',
        bIsWebPath:true,
        sUrl:'Adam.html',"childArray" : [
        {   sTitle:'Adam\'s pedigree',
            bIsWebPath:true,
            sUrl:'Adamped.html'
        }]
    },
    {   sTitle:'Basil',
        bIsWebPath:true,
        sUrl:'Basil.html',"childArray" : [
        {   sTitle:'Basil\'s pedigree',
            bIsWebPath:true,
            sUrl:'Basilped.html'
        }]
    },
    {   sTitle:'Levi',
        bIsWebPath:true,
        sUrl:'Levi.html',"childArray" : [
        {   sTitle:'Levi\'s pedigree',
            bIsWebPath:true,
            sUrl:'Leviped3.html'
        }]
    },
    {   sTitle:'Flash',
        bIsWebPath:true,
        sUrl:'Flash.html',"childArray" : [
        {   sTitle:'Flash\'s pedigree',
            bIsWebPath:true,
            sUrl:'Flash\'s pedigree.html'
        }]
    },
    {   sTitle:'Hansel',
        bIsWebPath:true,
        sUrl:'Hansel.html',"childArray" : [
        {   sTitle:'Hansel\'s Pedigree',
            bIsWebPath:true,
            sUrl:'Hansel\'s Pedigree.html'
        }]
    }]
},
{   sTitle:'Our Queens',
    bIsWebPath:true,
    sUrl:'Queens.html',"childArray" : [
    {   sTitle:'Gem',
        bIsWebPath:true,
        sUrl:'Gem.html',"childArray" : [
        {   sTitle:'Gem\'s Pedigree',
            bIsWebPath:true,
            sUrl:'Gempedigree.html'
        }]
    },
    {   sTitle:'Rosie',
        bIsWebPath:true,
        sUrl:'Rosie.html',"childArray" : [
        {   sTitle:'Rosie\'s Pedigree',
            bIsWebPath:true,
            sUrl:'Rosieped.html'
        }]
    },
    {   sTitle:'WildHeart',
        bIsWebPath:true,
        sUrl:'WildHeart.html',"childArray" : [
        {   sTitle:'WildHeart\'s Pedigree',
            bIsWebPath:true,
            sUrl:'WildHeartped.html'
        }]
    },
    {   sTitle:'Ana',
        bIsWebPath:true,
        sUrl:'Ana.html',"childArray" : [
        {   sTitle:'Ana\'s  pedigree',
            bIsWebPath:true,
            sUrl:'Anaped.html'
        }]
    },
    {   sTitle:'Sally',
        bIsWebPath:true,
        sUrl:'Sally.html',"childArray" : [
        {   sTitle:'Sally\'s pedigree',
            bIsWebPath:true,
            sUrl:'Sallyped.html'
        }]
    }]
},
{   sTitle:'Bengals for Adoption',
    bIsWebPath:true,
    sUrl:'Bengals for adoption.html'
},
{   sTitle:'Kittens',
    bIsWebPath:true,
    sUrl:'Kittens.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'Gallery.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'ContactUs.html'
}]
});
