var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.shtml'
},
{   sTitle:'Firm Overview',
    bIsWebPath:true,
    sUrl:'Firm-Overview.shtml'
},
{   sTitle:'Attorneys',
    bIsWebPath:true,
    sUrl:'Attorneys/index.shtml',"childArray" : [
    {   sTitle:'Mark F. Sullivan',
        bIsWebPath:true,
        sUrl:'Attorneys/Mark-F-Sullivan.shtml'
    },
    {   sTitle:'Donn S. Taketa',
        bIsWebPath:true,
        sUrl:'Attorneys/Donn-S-Taketa.shtml'
    },
    {   sTitle:'Dien Le',
        bIsWebPath:true,
        sUrl:'Attorneys/Dien-Le.shtml'
    },
    {   sTitle:'Joel R. Villasenor ',
        bIsWebPath:true,
        sUrl:'Attorneys/Joel-R-Villasenor.shtml'
    },
    {   sTitle:'George Galbraith',
        bIsWebPath:true,
        sUrl:'Attorneys/George-Galbraith.shtml'
    }]
},
{   sTitle:'Practice Areas',
    bIsWebPath:true,
    sUrl:'Practice-Areas/index.shtml',"childArray" : [
    {   sTitle:'Harassment',
        bIsWebPath:true,
        sUrl:'Practice-Areas/Employment-Labor-Law.shtml'
    },
    {   sTitle:'Discrimination',
        bIsWebPath:true,
        sUrl:'Practice-Areas/Discrimination.shtml'
    },
    {   sTitle:'Overtime and Wage Violations',
        bIsWebPath:true,
        sUrl:'Practice-Areas/Overtime-Wage-Violations.shtml'
    },
    {   sTitle:'Unlawful Deductions',
        bIsWebPath:true,
        sUrl:'Practice-Areas/Unlawful-Deductions.shtml'
    },
    {   sTitle:'Severance Packages',
        bIsWebPath:true,
        sUrl:'Practice-Areas/Severance-Packages.shtml'
    },
    {   sTitle:'Unfair Business Practices',
        bIsWebPath:true,
        sUrl:'Practice-Areas/Unfair-Business-Practices.shtml'
    },
    {   sTitle:'Wrongful Termination',
        bIsWebPath:true,
        sUrl:'Practice-Areas/Wrongful-Termination.shtml'
    },
    {   sTitle:'Serious Personal Injury',
        bIsWebPath:true,
        sUrl:'Practice-Areas/Serious-Personal-Injury.shtml'
    },
    {   sTitle:'Minimum Wage Violations',
        bIsWebPath:true,
        sUrl:'Practice-Areas/Minimum-Wage-Violations.shtml'
    }]
},
{   sTitle:'En Espanol',
    bIsWebPath:true,
    sUrl:'En-Espanol/index.shtml',"childArray" : [
    {   sTitle:'Masco Espanol',
        bIsWebPath:true,
        sUrl:'En-Espanol/Masco-Espanol.shtml'
    },
    {   sTitle:'Demanda Colectiva Contra Mi Pueblo',
        bIsWebPath:true,
        sUrl:'En-Espanol/Demanda-Colectiva-Contra-Mi-Pueblo.shtml'
    },
    {   sTitle:'Demanda-Colectiva-Contra-Gateway-Insulation.shtml',
        bIsWebPath:true,
        sUrl:'En-Espanol/Demanda-Colectiva-Contra-Gateway-Insulation.shtml'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Contact.shtml'
}]
});