var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services/Products',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self'
},
{   sTitle:'Hair Replacement',
    bIsWebPath:true,
    sUrl:'hairreplacement.html',
    sTarget:'_self'
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'pictures.html',
    sTarget:'_self'
},
{   sTitle:'Contact/Map Directions',
    bIsWebPath:true,
    sUrl:'directions.html',
    sTarget:'_self'
}]
});
