var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home Page',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Service Areas',
    bIsWebPath:true,
    sUrl:'page10.html',
    sTarget:'_self'
},
{   sTitle:'About Me',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Fees and Services',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self'
}]
});
