var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'PR Ladies',
    bIsWebPath:true,
    sUrl:'prladies.html'
},
{   sTitle:'Platnium Ladies',
    bIsWebPath:true,
    sUrl:'platniumladies.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Appointments',
    bIsWebPath:true,
    sUrl:'appointments.html'
},
{   sTitle:'Employment',
    bIsWebPath:true,
    sUrl:'employment.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});