var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'about us',
    bIsWebPath:true,
    sUrl:'about us.html',"childArray" : [
    {   sTitle:'meet james albert',
        bIsWebPath:true,
        sUrl:'meet james albert.html'
    },
    {   sTitle:'our staff',
        bIsWebPath:true,
        sUrl:'our staff.html'
    },
    {   sTitle:'salon services',
        bIsWebPath:true,
        sUrl:'salon services.html',"childArray" : [
        {   sTitle:'hair',
            bIsWebPath:true,
            sUrl:'hair.html'
        },
        {   sTitle:'facials and skin care',
            bIsWebPath:true,
            sUrl:'facials and skin care.html'
        },
        {   sTitle:'waxing',
            bIsWebPath:true,
            sUrl:'waxing.html'
        },
        {   sTitle:'makeup and nails',
            bIsWebPath:true,
            sUrl:'makeup and nails.html'
        }]
    },
    {   sTitle:'our products',
        bIsExternal:true,
        sUrl:'http://www.jamesalbertmanagement.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:'advanced courses',
        bIsWebPath:true,
        sUrl:'advanced courses.html'
    },
    {   sTitle:'instructor training',
        bIsWebPath:true,
        sUrl:'intructor training.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:'special events',
    bIsWebPath:true,
    sUrl:'special events.html'
},
{   sTitle:'contact us',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});
