var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Profile',
    bIsWebPath:true,
    sUrl:'profile.html',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html'
    },
    {   sTitle:'Mission',
        bIsWebPath:true,
        sUrl:'mission.html'
    },
    {   sTitle:'Philosophy',
        bIsWebPath:true,
        sUrl:'philosophy.html'
    },
    {   sTitle:'Leadership',
        bIsWebPath:true,
        sUrl:'leadership.html'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Structural Design Services',
        bIsWebPath:true,
        sUrl:'structuraldesignservices.html'
    },
    {   sTitle:'Building Envelope Design Consulting',
        bIsWebPath:true,
        sUrl:'buildingenvelopedesignconsulting.html'
    },
    {   sTitle:'Specialty Services',
        bIsWebPath:true,
        sUrl:'specialtyservices.html'
    },
    {   sTitle:'Inspection & Testing Services',
        bIsWebPath:true,
        sUrl:'inspectiontestingservices.html'
    }]
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.html',"childArray" : [
    {   sTitle:'By Market',
        bIsWebPath:true,
        sUrl:'market.html',"childArray" : [
        {   sTitle:'Academic',
            bIsWebPath:true,
            sUrl:'academic.html'
        },
        {   sTitle:'Commercial',
            bIsWebPath:true,
            sUrl:'commercial.html'
        },
        {   sTitle:'Cultural',
            bIsWebPath:true,
            sUrl:'cultural.html'
        },
        {   sTitle:'Government / Civic',
            bIsWebPath:true,
            sUrl:'government.html'
        },
        {   sTitle:'Health Care',
            bIsWebPath:true,
            sUrl:'healthcare.html'
        },
        {   sTitle:'Religious',
            bIsWebPath:true,
            sUrl:'religious.html'
        },
        {   sTitle:'Residential - Single Family',
            bIsWebPath:true,
            sUrl:'residential-single.html'
        },
        {   sTitle:'Residential - Multi Family',
            bIsWebPath:true,
            sUrl:'residential-multi.html'
        },
        {   sTitle:'Retail',
            bIsWebPath:true,
            sUrl:'retail.html'
        },
        {   sTitle:'Transportation / Industrial',
            bIsWebPath:true,
            sUrl:'transportation.html'
        }]
    },
    {   sTitle:'By Specialty',
        bIsWebPath:true,
        sUrl:'specialty.html',"childArray" : [
        {   sTitle:'Art - Installations',
            bIsWebPath:true,
            sUrl:'installations.html'
        },
        {   sTitle:'Art - Sculpture',
            bIsWebPath:true,
            sUrl:'sculpture.html'
        },
        {   sTitle:'Athletic Facilities',
            bIsWebPath:true,
            sUrl:'athletic.html'
        },
        {   sTitle:'Building Envelope - Curtainwalls',
            bIsWebPath:true,
            sUrl:'curtainwalls.html'
        },
        {   sTitle:'Building Envelope - Masonry/Roofing',
            bIsWebPath:true,
            sUrl:'be-masonry.html'
        },
        {   sTitle:'Canopies',
            bIsWebPath:true,
            sUrl:'canopies.html'
        },
        {   sTitle:'High Rise Buildings',
            bIsWebPath:true,
            sUrl:'highrise.html'
        },
        {   sTitle:'Mid Rise Buildings',
            bIsWebPath:true,
            sUrl:'midrise.html'
        },
        {   sTitle:'Stairs',
            bIsWebPath:true,
            sUrl:'stairs.html'
        }]
    }]
},
{   sTitle:'Awards',
    bIsWebPath:true,
    sUrl:'awards2010.html'
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media1.html'
},
{   sTitle:'Careers',
    bIsWebPath:true,
    sUrl:'careers.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
