var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'ALTERNATIVE EDUCATION',
    bIsWebPath:true,
    sUrl:'education.html'
},
{   sTitle:'ADULT EDUCATION',
    bIsWebPath:true,
    sUrl:'adulteducation.html'
},
{   sTitle:'SERVICES',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'SALON',
    bIsWebPath:true,
    sUrl:'salon.html'
},
{   sTitle:'HIP-POP HERITAGE',
    bIsWebPath:true,
    sUrl:'hippopheritage.html'
},
{   sTitle:'GALLERY',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'JOBS',
    bIsWebPath:true,
    sUrl:'vacvol.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
