var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'President\'s Message',
        bIsWebPath:true,
        sUrl:'presmsg.html'
    }]
},
{   sTitle:'For Candidates',
    bIsWebPath:true,
    sUrl:'candidates.html',"childArray" : [
    {   sTitle:'Job Application',
        bIsWebPath:true,
        sUrl:'jobapp.html'
    },
    {   sTitle:'Job Postings',
        bIsWebPath:true,
        sUrl:'jobpostings.html'
    }]
},
{   sTitle:'For Employers',
    bIsWebPath:true,
    sUrl:'employers.html',"childArray" : [
    {   sTitle:'Temporary Personnel Services',
        bIsWebPath:true,
        sUrl:'tempagency.html'
    },
    {   sTitle:'Contract Personnel Services',
        bIsWebPath:true,
        sUrl:'ContractWork.html'
    },
    {   sTitle:'Payroll Services',
        bIsWebPath:true,
        sUrl:'payroll.html'
    },
    {   sTitle:'Applicant Testing',
        bIsWebPath:true,
        sUrl:'apptesting.html'
    },
    {   sTitle:'Account Application',
        bIsWebPath:true,
        sUrl:'accountapplication.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Announcements',
    bIsWebPath:true,
    sUrl:'announcements.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});