var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html',"childArray" : [
    {   sTitle:'Video\'s',
        bIsWebPath:true,
        sUrl:'page16.html',
        sTarget:'_self'
    },
    {   sTitle:'Breeding',
        bIsWebPath:true,
        sUrl:'breeding.html',
        sTarget:'_self'
    },
    {   bSeparatorBefore:true,
        sTitle:'Displays',
        bIsWebPath:true,
        sUrl:'displays.html',
        sTarget:'_self'
    },
    {   bSeparatorBefore:true,
        sTitle:'Our Story',
        bIsWebPath:true,
        sUrl:'our story.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Courses',
    bIsWebPath:true,
    sUrl:'courses.html',"childArray" : [
    {   bSeparatorBefore:true,
        sTitle:'Owl Evening',
        bIsWebPath:true,
        sUrl:'owlevening.html',
        sTarget:'_self'
    },
    {   bSeparatorBefore:true,
        sTitle:'Flying Start',
        bIsWebPath:true,
        sUrl:'flying_start.html',
        sTarget:'_self'
    },
    {   bSeparatorBefore:true,
        sTitle:'Introductory Day',
        bIsWebPath:true,
        sUrl:'introday.html',
        sTarget:'_self'
    },
    {   bSeparatorBefore:true,
        sTitle:'Eagle Day',
        bIsWebPath:true,
        sUrl:'eagle_day.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Privacy Policy',
    bIsWebPath:true,
    sUrl:'privacy_policy.html'
},
{   sTitle:'Terms & Conditions',
    bIsWebPath:true,
    sUrl:'t&c.html'
}]
});
