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. Villaseñor ',
        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.shtml',"childArray" : [
    {   sTitle:'Employment & Labor Law',
        bIsWebPath:true,
        sUrl:'Employment-Labor-Law.shtml'
    },
    {   sTitle:'Complex Litigation',
        bIsWebPath:true,
        sUrl:'Complex-Litigation.shtml'
    },
    {   sTitle:'Real Estate Litigation',
        bIsWebPath:true,
        sUrl:'Real-Estate-Litigation.shtml'
    },
    {   sTitle:'Unfair Business Practices',
        bIsWebPath:true,
        sUrl:'Unfair-Business-Practices.shtml'
    },
    {   sTitle:'Public Utilities & Regulated Industries',
        bIsWebPath:true,
        sUrl:'Public-Utilities-Regulated-Industries.shtml'
    }]
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'Resources.shtml'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Contact.shtml'
}]
});