var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Investments',
    bIsWebPath:true,
    sUrl:'invest in the black.html'
},
{   sTitle:'For Sale',
    bIsWebPath:true,
    sUrl:'for sale.html'
},
{   sTitle:'Our Sires',
    bIsWebPath:true,
    sUrl:'sires.html',"childArray" : [
    {   sTitle:'Moutain Falcon',
        bIsWebPath:true,
        sUrl:'mountain falcon.html'
    },
    {   sTitle:'Kingston Park Jett',
        bIsWebPath:true,
        sUrl:'jett.html'
    },
    {   sTitle:'Pitchinga Ridge Reign maker',
        bIsWebPath:true,
        sUrl:'reign-maker.html'
    },
    {   sTitle:'Marengo Ulysses',
        bIsWebPath:true,
        sUrl:'ulysses.html'
    },
    {   sTitle:'Blaka Galahad',
        bIsWebPath:true,
        sUrl:'galahad.html'
    }]
},
{   sTitle:'Network',
    bIsWebPath:true,
    sUrl:'network.html'
}]
});
