var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Employer Center',
    bIsWebPath:true,
    sUrl:'employercenter.html',"childArray" : [
    {   sTitle:'About PCS',
        bIsWebPath:true,
        sUrl:'aboutpcs.html'
    },
    {   sTitle:'Newsletter',
        bIsWebPath:true,
        sUrl:'newsletter.html'
    },
    {   sTitle:'Giving Back',
        bIsWebPath:true,
        sUrl:'givingback.html'
    }]
},
{   sTitle:'Candidate Center',
    bIsWebPath:true,
    sUrl:'candidatecenter.html',"childArray" : [
    {   sTitle:'Interview Tips',
        bIsWebPath:true,
        sUrl:'interviewtips.html'
    },
    {   sTitle:'Thank You Notes',
        bIsWebPath:true,
        sUrl:'thankyounotes.html'
    },
    {   sTitle:'Dress for Success',
        bIsWebPath:true,
        sUrl:'dressforsuccess.html'
    },
    {   sTitle:'Time Card',
        bIsWebPath:true,
        sUrl:'timecard.html'
    },
    {   sTitle:'New Employee Paperwork',
        bIsWebPath:true,
        sUrl:'newemployeepaperwork.html'
    }]
},
{   sTitle:'Job Openings',
    bIsWebPath:true,
    sUrl:'jobopenings.html',"childArray" : [
    {   sTitle:'Administrative, Clerical & Reception',
        bIsWebPath:true,
        sUrl:'page23.html'
    },
    {   sTitle:'Accounting',
        bIsWebPath:true,
        sUrl:'accounting.html'
    },
    {   sTitle:'Legal Secretary',
        bIsWebPath:true,
        sUrl:'legalsecretary.html'
    },
    {   sTitle:'Paralegal',
        bIsWebPath:true,
        sUrl:'paralegal.html'
    },
    {   sTitle:'Management',
        bIsWebPath:true,
        sUrl:'management.html'
    },
    {   sTitle:'Other Legal Jobs',
        bIsWebPath:true,
        sUrl:'otherlegaljobs.html'
    },
    {   sTitle:'Human Resources',
        bIsWebPath:true,
        sUrl:'humanresources.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Finding Us',
        bIsWebPath:true,
        sUrl:'findingus.html',"childArray" : [
        {   sTitle:'Bart/SF Muni',
            bIsWebPath:true,
            sUrl:'bartsfmuni.html'
        },
        {   sTitle:'Driving Directions',
            bIsWebPath:true,
            sUrl:'drivingdirections.html'
        }]
    }]
}]
});
