var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Dental Services',
    'bIsWebPath':true,
    'sUrl':'dental-services.html',"childArray" : [
    {   'sTitle':'Preventative Dentistry',
        'bIsWebPath':true,
        'sUrl':'preventative-dentistry.html'
    },
    {   'sTitle':'Restorative Dentistry',
        'bIsWebPath':true,
        'sUrl':'restorative-dentistry.html'
    },
    {   'sTitle':'Dental Implants',
        'bIsWebPath':true,
        'sUrl':'dental-implants.html'
    },
    {   'sTitle':'Cosmetic Dentsitry ',
        'bIsWebPath':true,
        'sUrl':'cosmetic-dentistry.html'
    }]
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about-us.html',"childArray" : [
    {   'sTitle':'Our Dentists',
        'bIsWebPath':true,
        'sUrl':'our-dentists.html'
    },
    {   'sTitle':'Our Staff',
        'bIsWebPath':true,
        'sUrl':'our-staff.html'
    }]
},
{   'sTitle':'Patient Info',
    'bIsWebPath':true,
    'sUrl':'patient-info.html',"childArray" : [
    {   'sTitle':'Appointments & Hours',
        'bIsWebPath':true,
        'sUrl':'page17.html'
    },
    {   'sTitle':'Patient Forms',
        'bIsWebPath':true,
        'sUrl':'patient-forms.html'
    }]
},
{   'sTitle':'FAQ',
    'bIsWebPath':true,
    'sUrl':'faq.html',"childArray" : [
    {   'sTitle':'Your Child\'s Smile',
        'bIsWebPath':true,
        'sUrl':'your-childs-smile.html'
    },
    {   'sTitle':'General Questions',
        'bIsWebPath':true,
        'sUrl':'general-questions.html'
    }]
},
{   'sTitle':'Dental Links',
    'bIsWebPath':true,
    'sUrl':'dental-links.html'
},
{   'sTitle':'Pricing',
    'bIsWebPath':true,
    'sUrl':'pricing.html',"childArray" : [
    {   'sTitle':'Same Day Dentures',
        'bIsWebPath':true,
        'sUrl':'same-day-dentures.html'
    },
    {   'sTitle':'Other Services',
        'bIsWebPath':true,
        'sUrl':'otherservices.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact-us.html'
}]
});
