var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'sUrl':'default.htm'
},
{   'sTitle':'Our Physicians',
    'sUrl':'ourphysicians1.htm'
},
{   'sTitle':'Our Services',
    'sUrl':'our services.html'
},
{   'sTitle':'Location',
    'sUrl':'aboutus.htm'
},
{   'sTitle':'Education',
    'sUrl':'patient education.htm'
},
{   'sTitle':'Links',
    'sUrl':'links.htm'
},
{   'sTitle':'Upcoming Lectures',
    'sUrl':'lectures.html'
}]
});
