var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'clippers.html'
},
{   sTitle:'Stylists',
    bIsWebPath:true,
    sUrl:'highlights.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'foil.html'
},
{   sTitle:'Accessories',
    bIsWebPath:true,
    sUrl:'beauty.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'mousse.html'
},
{   sTitle:'Open Positions',
    bIsWebPath:true,
    sUrl:'tint.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'blend.html'
}]
});
