var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Custom Payroll News',
        bIsWebPath:true,
        sUrl:'Custom Payroll News.html'
    },
    {   sTitle:'Compliance Assessment',
        bIsWebPath:true,
        sUrl:'Compliance Assessment.html'
    },
    {   sTitle:'Consulting Services',
        bIsWebPath:true,
        sUrl:'Consulting Services.html'
    }]
},
{   sTitle:'Biographies',
    bIsWebPath:true,
    sUrl:'Biographies.html',"childArray" : [
    {   sTitle:'Roger A. Smith, CPP',
        bIsWebPath:true,
        sUrl:'Smith.html'
    },
    {   sTitle:'Mary Jo Harling, CPP',
        bIsWebPath:true,
        sUrl:'Harling.html'
    }]
},
{   sTitle:'Contact Information',
    bIsWebPath:true,
    sUrl:'Contact Information.html'
},
{   sTitle:'Ask a PayrollProf',
    bIsWebPath:true,
    sUrl:'Ask a PayrollProf.html'
},
{   sTitle:'Webinars',
    bIsWebPath:true,
    sUrl:'Webinars.html'
}]
});
