var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Philosophy',
    bIsWebPath:true,
    sUrl:'philosophy.html',
    sTarget:'_self'
},
{   sTitle:'Programs',
    bIsWebPath:true,
    sUrl:'programs.html',
    sTarget:'_self'
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'staff.html',
    sTarget:'_self'
},
{   sTitle:'Enrollment',
    bIsWebPath:true,
    sUrl:'enrollment.html',
    sTarget:'_self'
}]
});