var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Practice',
    bIsWebPath:true,
    sUrl:'thepractice.html'
},
{   sTitle:'What is a Podiatrist',
    bIsWebPath:true,
    sUrl:'whatisapodiatrist.html'
},
{   sTitle:'Explanations',
    bIsWebPath:true,
    sUrl:'explanations.html'
},
{   sTitle:'Diabetes',
    bIsWebPath:true,
    sUrl:'diabetes.html'
},
{   sTitle:'Childrens Feet',
    bIsWebPath:true,
    sUrl:'childrensfeet.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
