var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Riverridge Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Dogs',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'The Boys',
        bIsWebPath:true,
        sUrl:'rrboys.html',"childArray" : [
        {   sTitle:'Helo',
            bIsWebPath:true,
            sUrl:'helo.html',"childArray" : [
            {   sTitle:'Bio',
                bIsWebPath:true,
                sUrl:'helobio.html'
            },
            {   sTitle:'Career',
                bIsWebPath:true,
                sUrl:'helocareer.html'
            },
            {   sTitle:'In the Press',
                bIsWebPath:true,
                sUrl:'helopress.html',"childArray" : [
                {   sTitle:'In the Press 1',
                    bIsWebPath:true,
                    sUrl:'helopress1.html'
                },
                {   sTitle:'In the Press 2',
                    bIsWebPath:true,
                    sUrl:'helopress2.html'
                }]
            },
            {   sTitle:'Photos',
                bIsWebPath:true,
                sUrl:'page13.html'
            },
            {   sTitle:'Health',
                bIsWebPath:true,
                sUrl:'helohealth.html'
            },
            {   sTitle:'Pedigree',
                bIsWebPath:true,
                sUrl:'helopedigree.html'
            },
            {   sTitle:'Stud Service',
                bIsWebPath:true,
                sUrl:'page16.html'
            }]
        }]
    },
    {   sTitle:'The Girls',
        bIsWebPath:true,
        sUrl:'rrgirls.html'
    }]
},
{   sTitle:'The Puppies',
    bIsWebPath:true,
    sUrl:'rrpuppies.html'
},
{   sTitle:'The Humans',
    bIsWebPath:true,
    sUrl:'aboutus.html'
}]
});
