var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Pediatrics',
    bIsWebPath:true,
    sUrl:'pediatrics.html'
},
{   sTitle:'Eyewear',
    bIsWebPath:true,
    sUrl:'eyewear.html'
},
{   sTitle:'Order Contacts',
    bIsWebPath:true,
    sUrl:'ordercontacts.html'
}]
});