var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Ethics',
        'bIsWebPath':true,
        'sUrl':'ethics.html'
    }]
},
{   'sTitle':'Debonayr Rats',
    'bIsWebPath':true,
    'sUrl':'debonayr_rats.html',"childArray" : [
    {   'sTitle':'Our Bucks',
        'bIsWebPath':true,
        'sUrl':'our_bucks.html'
    },
    {   'sTitle':'Our Does',
        'bIsWebPath':true,
        'sUrl':'our_does.html'
    }]
},
{   'sTitle':'Rat Care',
    'bIsWebPath':true,
    'sUrl':'rat care.html'
},
{   'sTitle':'Kittens Available',
    'bIsWebPath':true,
    'sUrl':'kittens_available.html',"childArray" : [
    {   'sTitle':'Planned Litters',
        'bIsWebPath':true,
        'sUrl':'planned_litters.html'
    },
    {   'sTitle':'Kitten Application Form',
        'bIsWebPath':true,
        'sUrl':'kitten_application_form.html'
    }]
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html',"childArray" : [
    {   'sTitle':'Debonayr rats in their homes',
        'bIsWebPath':true,
        'sUrl':'new_homes.html'
    }]
},
{   'sTitle':'Showing',
    'bIsWebPath':true,
    'sUrl':'showing.html',"childArray" : [
    {   'sTitle':'Show results',
        'bIsWebPath':true,
        'sUrl':'show_results.html'
    }]
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
