var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Doctor & Staff',
    'bIsWebPath':true,
    'sUrl':'doctor & staff.html',"childArray" : [
    {   'sTitle':'Doctor',
        'bIsWebPath':true,
        'sUrl':'doctor.html'
    },
    {   'sTitle':'Staff',
        'bIsWebPath':true,
        'sUrl':'staff.html'
    },
    {   'sTitle':'Photo Gallery',
        'bIsWebPath':true,
        'sUrl':'photogallery.html'
    }]
},
{   'sTitle':'Reproduction',
    'bIsWebPath':true,
    'sUrl':'reproduction.html'
},
{   'sTitle':'Stallions',
    'bIsWebPath':true,
    'sUrl':'stallions.html',"childArray" : [
    {   'sTitle':'Storm',
        'bIsWebPath':true,
        'sUrl':'storm.html'
    },
    {   'sTitle':'Pure Pauli',
        'bIsWebPath':true,
        'sUrl':'purepauli.html'
    },
    {   'sTitle':'Harbor Man',
        'bIsWebPath':true,
        'sUrl':'harborman.html'
    },
    {   'sTitle':'Something Eternal',
        'bIsWebPath':true,
        'sUrl':'somethingeternal.html'
    },
    {   'sTitle':'Lochnagar',
        'bIsWebPath':true,
        'sUrl':'lochnagar.html'
    },
    {   'sTitle':'Renaissance',
        'bIsWebPath':true,
        'sUrl':'renaissance.html'
    },
    {   'sTitle':'Default',
        'bIsWebPath':true,
        'sUrl':'default stallion.html'
    },
    {   'sTitle':'Ragan',
        'bIsWebPath':true,
        'sUrl':'ragan.html'
    }]
},
{   'sTitle':'Mares/Foals',
    'bIsWebPath':true,
    'sUrl':'mares/foals.html'
},
{   'sTitle':'Client Education',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'doctor\'s notes.html',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Doctor\'s Notes',
        'bIsWebPath':true,
        'sUrl':'doctor\'s notes.html'
    },
    {   'sTitle':'Seasonal Notes',
        'bIsWebPath':true,
        'sUrl':'seasonalnotes.html'
    },
    {   'sTitle':'AAEP',
        'bIsExternal':true,
        'sUrl':'http://www.aaep.org/',
        'sTarget':'_blank'
    }]
},
{   'sTitle':'Sale Horses',
    'bIsWebPath':true,
    'sUrl':'salehorses.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact us.html',"childArray" : [
    {   'sTitle':'Google Maps',
        'bIsWebPath':true,
        'sUrl':'googlemaps.html'
    }]
}]
});
