var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'about us',
    bIsWebPath:true,
    sUrl:'about us.html',"childArray" : [
    {   sTitle:'student salon services',
        bIsWebPath:true,
        sUrl:'student salon services.html',"childArray" : [
        {   sTitle:'hair',
            bIsWebPath:true,
            sUrl:'hair.html'
        },
        {   sTitle:'manicures and pedicures',
            bIsWebPath:true,
            sUrl:'manicures and pedicures.html'
        },
        {   sTitle:'makeup',
            bIsWebPath:true,
            sUrl:'makeup.html'
        },
        {   sTitle:'skin care',
            bIsWebPath:true,
            sUrl:'skin care.html'
        },
        {   sTitle:'waxing',
            bIsWebPath:true,
            sUrl:'waxing.html'
        }]
    }]
},
{   sTitle:'our products',
    bIsExternal:true,
    sUrl:'http://www.jamesalbertcorona.com/products'
},
{   sTitle:'courses',
    bIsWebPath:true,
    sUrl:'courses.html',"childArray" : [
    {   sTitle:'cosmetologist',
        bIsWebPath:true,
        sUrl:'cosmetologist.html'
    },
    {   sTitle:'esthetician',
        bIsWebPath:true,
        sUrl:'esthetician.html'
    },
    {   sTitle:'makeup artist',
        bIsWebPath:true,
        sUrl:'makeup artist.html'
    },
    {   sTitle:'manicurist',
        bIsWebPath:true,
        sUrl:'manicurist.html'
    },
    {   sTitle:'instructor',
        bIsWebPath:true,
        sUrl:'instructor.html'
    },
    {   sTitle:'advanced courses',
        bIsWebPath:true,
        sUrl:'advanced courses.html'
    }]
},
{   sTitle:'school locations',
    bIsWebPath:true,
    sUrl:'school locations.html'
},
{   sTitle:'tuition',
    bIsWebPath:true,
    sUrl:'tuition.html'
},
{   sTitle:'financial aid',
    bIsWebPath:true,
    sUrl:'financial aid.html',"childArray" : [
    {   sTitle:'net price calculator',
        bIsWebPath:true,
        sUrl:'net price calculator.html'
    }]
},
{   sTitle:'enrollments',
    bIsWebPath:true,
    sUrl:'enrollments.html'
},
{   sTitle:'contact us',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});
