var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Staff',
    bIsWebPath:true,
    sUrl:'staff.html'
},
{   sTitle:'Our Office',
    bIsWebPath:true,
    sUrl:'office.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Promotions',
    bIsWebPath:true,
    sUrl:'promo.html'
},
{   sTitle:'Patient Form',
    bIsWebPath:true,
    sUrl:'formpatient.php'
},
{   bSeparatorAfter:true,
    sTitle:'Contact ',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
