var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Mary',
        bIsWebPath:true,
        sUrl:'Mary.html'
    },
    {   sTitle:'Jim',
        bIsWebPath:true,
        sUrl:'Jim.html'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Home & Auto Packages',
        bIsWebPath:true,
        sUrl:'h&a_packages_products.html'
    },
    {   sTitle:'Personal Auto',
        bIsWebPath:true,
        sUrl:'personal_auto_products.html'
    },
    {   sTitle:'Residential',
        bIsWebPath:true,
        sUrl:'residential_products.html'
    },
    {   sTitle:'Rec Vehicles & Watercraft',
        bIsWebPath:true,
        sUrl:'rv&boat_products.html'
    },
    {   sTitle:'Personal Umbrella',
        bIsWebPath:true,
        sUrl:'pup_products.html'
    },
    {   sTitle:'Life & Health',
        bIsWebPath:true,
        sUrl:'life&health_products.html'
    }]
},
{   sTitle:'Easy Estimate',
    bIsWebPath:true,
    sUrl:'easy_estimate.html',"childArray" : [
    {   sTitle:'Home & Auto',
        bIsWebPath:true,
        sUrl:'Home&AutoEE.html'
    },
    {   sTitle:'Auto',
        bIsWebPath:true,
        sUrl:'AutoEE.html'
    },
    {   sTitle:'Residence',
        bIsWebPath:true,
        sUrl:'ResidenceEE.html'
    },
    {   sTitle:'Recreational',
        bIsWebPath:true,
        sUrl:'RecreationalEE.html'
    },
    {   sTitle:'Disability',
        bIsWebPath:true,
        sUrl:'disabilityEE.html'
    },
    {   sTitle:'Dwelling',
        bIsWebPath:true,
        sUrl:'DwellingEE.html'
    },
    {   sTitle:'Flood',
        bIsWebPath:true,
        sUrl:'floodEE.html'
    },
    {   sTitle:'Umbrella',
        bIsWebPath:true,
        sUrl:'UmbrellaEE.html'
    },
    {   sTitle:'L&H Landing',
        bIsWebPath:true,
        sUrl:'life_health_landing.html'
    },
    {   sTitle:'Residential Landing',
        bIsWebPath:true,
        sUrl:'residential_landing.html'
    },
    {   sTitle:'Health',
        bIsWebPath:true,
        sUrl:'HealthEE.html'
    }]
},
{   sTitle:'Client Service',
    bIsWebPath:true,
    sUrl:'client_service.html',"childArray" : [
    {   sTitle:'Claims',
        bIsWebPath:true,
        sUrl:'claims.html',"childArray" : [
        {   sTitle:'File a Claim',
            bIsWebPath:true,
            sUrl:'file_claim.html'
        },
        {   sTitle:'Existing Claim',
            bIsWebPath:true,
            sUrl:'existing_claim.html',"childArray" : [
            {   sTitle:'Contact Company',
                bIsWebPath:true,
                sUrl:'existing_claim_contact_co.html'
            }]
        },
        {   sTitle:'Claim Contact Us',
            bIsWebPath:true,
            sUrl:'claim_contact_us.html'
        }]
    },
    {   sTitle:'Payments',
        bIsWebPath:true,
        sUrl:'payments.html'
    },
    {   sTitle:'Online Access',
        bIsWebPath:true,
        sUrl:'online_access.html'
    }]
},
{   sTitle:'Our Pledge',
    bIsWebPath:true,
    sUrl:'ourpledge.html'
}]
});
