var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Stallions of SF',
        bIsWebPath:true,
        sUrl:'stallions.html',"childArray" : [
        {   sTitle:'Jalisco X',
            bIsWebPath:true,
            sUrl:'jalisco.html',"childArray" : [
            {   sTitle:'Jalisco X\'s foals',
                bIsWebPath:true,
                sUrl:'jalisco-foals.html'
            }]
        },
        {   sTitle:'Reuben SF',
            bIsWebPath:true,
            sUrl:'reuben.html',"childArray" : [
            {   sTitle:'Reuben SF\'s foals',
                bIsWebPath:true,
                sUrl:'reuben-foals.html'
            },
            {   sTitle:'Reuben\'s shows',
                bIsWebPath:true,
                sUrl:'shows.html'
            }]
        }]
    },
    {   sTitle:'Mares of SF',
        bIsWebPath:true,
        sUrl:'mares.html',"childArray" : [
        {   sTitle:'Mariposa',
            bIsWebPath:true,
            sUrl:'mariposa.html'
        },
        {   sTitle:'Isabela',
            bIsWebPath:true,
            sUrl:'isabela.html'
        },
        {   sTitle:'Valencia',
            bIsWebPath:true,
            sUrl:'valencia.html'
        }]
    },
    {   sTitle:'Horses for Sale',
        bIsWebPath:true,
        sUrl:'sales.html'
    },
    {   sTitle:'About SF',
        bIsWebPath:true,
        sUrl:'about.html'
    },
    {   sTitle:'Contact',
        bIsWebPath:true,
        sUrl:'contact.html'
    }]
}]
});
