var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'MANAGEMENT TEAM',
        bIsWebPath:true,
        sUrl:'management.html'
    }]
},
{   sTitle:'CURRENT EMPLOYEES',
    bIsWebPath:true,
    sUrl:'current.html',"childArray" : [
    {   sTitle:'PAYROLL',
        bIsWebPath:true,
        sUrl:'payroll.html'
    },
    {   sTitle:'AVAILABILITY',
        bIsWebPath:true,
        sUrl:'availabilityform.html'
    }]
},
{   sTitle:'EMPLOYMENT',
    bIsWebPath:true,
    sUrl:'employment.html',"childArray" : [
    {   sTitle:'APPLY NOW',
        bIsWebPath:true,
        sUrl:'applynow.html'
    }]
},
{   sTitle:'SHOW SCHEDULE',
    bIsWebPath:true,
    sUrl:'showschedule.html'
},
{   sTitle:'PICTURES',
    bIsWebPath:true,
    sUrl:'pictures.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'page7.html'
}]
});
