var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'The Estate',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html',"childArray" : [
        {   sTitle:'Our Story - Our Dream for an Arizona Vineyard',
            bIsWebPath:true,
            sUrl:'page12.html'
        }]
    },
    {   sTitle:'People',
        bIsWebPath:true,
        sUrl:'people.html',"childArray" : [
        {   sTitle:'Joe',
            bIsWebPath:true,
            sUrl:'joe bio.html'
        },
        {   sTitle:'Kerry',
            bIsWebPath:true,
            sUrl:'kerry.html'
        },
        {   sTitle:'Vince',
            bIsWebPath:true,
            sUrl:'vince.html'
        },
        {   sTitle:'Jennifer',
            bIsWebPath:true,
            sUrl:'jennifer.html'
        }]
    }]
},
{   sTitle:'Wines',
    bIsWebPath:true,
    sUrl:'wines.html',"childArray" : [
    {   sTitle:'Red Wines',
        bIsWebPath:true,
        sUrl:'redwines.html'
    },
    {   sTitle:'White Wines',
        bIsWebPath:true,
        sUrl:'whitewines.html'
    },
    {   sTitle:'Dessert Wines',
        bIsWebPath:true,
        sUrl:'dessertwines.html'
    }]
},
{   sTitle:'Wine Club',
    bIsWebPath:true,
    sUrl:'wineclub.html'
},
{   sTitle:'News / Events',
    bIsWebPath:true,
    sUrl:'news_events.html',"childArray" : [
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'events.html'
    },
    {   sTitle:'Alcantara in the Media',
        bIsWebPath:true,
        sUrl:'page11.html'
    }]
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html'
},
{   sTitle:'Recommendations',
    bIsWebPath:true,
    sUrl:'recommendations.html',"childArray" : [
    {   sTitle:'Activities',
        bIsWebPath:true,
        sUrl:'activities.html'
    },
    {   sTitle:'Restaurants',
        bIsWebPath:true,
        sUrl:'restaurants.html'
    },
    {   sTitle:'Accommodations',
        bIsWebPath:true,
        sUrl:'accommodations.html'
    },
    {   sTitle:'Transportation',
        bIsWebPath:true,
        sUrl:'transportation.html'
    }]
}]
});
