var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'About_us.html'
},
{   sTitle:'Programs',
    bIsWebPath:true,
    sUrl:'programs.html',"childArray" : [
    {   sTitle:'Esthetics Program',
        bIsWebPath:true,
        sUrl:'esthetics_program.html'
    },
    {   sTitle:'Laser Program',
        bIsWebPath:true,
        sUrl:'laser_program.html'
    },
    {   sTitle:'Massage Practitioner Program',
        bIsWebPath:true,
        sUrl:'massage_practitioner_program.html'
    },
    {   sTitle:'Other Programs',
        bIsWebPath:true,
        sUrl:'other_programs.html'
    },
    {   sTitle:'Make-Up Artistry',
        bIsWebPath:true,
        sUrl:'makeup_artistry.html'
    }]
},
{   sTitle:'Grads',
    bIsWebPath:true,
    sUrl:'grads.html'
},
{   sTitle:'Spa ',
    bIsWebPath:true,
    sUrl:'spa_services.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Contact_Us.html'
}]
});
