var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Office',
    bIsWebPath:true,
    sUrl:'office.html',"childArray" : [
    {   sTitle:'Hours Direction',
        bIsWebPath:true,
        sUrl:'hours_direction.htm'
    },
    {   sTitle:'Insurance and payment options',
        bIsWebPath:true,
        sUrl:'insurance_pay.htm'
    },
    {   sTitle:'Contect Us',
        bIsWebPath:true,
        sUrl:'contact_us.htm'
    }]
},
{   sTitle:'Our Services',
    bIsWebPath:true,
    sUrl:'services.htm'
},
{   sTitle:'Our Team',
    bIsWebPath:true,
    sUrl:'ourteam.html',"childArray" : [
    {   sTitle:'Dr. Snapir',
        bIsWebPath:true,
        sUrl:'doctors.htm'
    },
    {   sTitle:'Team',
        bIsWebPath:true,
        sUrl:'team.htm'
    }]
},
{   sTitle:'Patient Education',
    bIsWebPath:true,
    sUrl:'patient education.html',"childArray" : [
    {   sTitle:'Dental Terms Explained',
        bIsWebPath:true,
        sUrl:'brochures.htm',"childArray" : [
        {   sDescription:'Dental Implants',
            sTitle:'Dental Implants',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'brochures.htm#DentalImplants'
        },
        {   sDescription:'Root Canal Treatments',
            sTitle:'Root Canal Treatments',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'brochures.htm#Root'
        },
        {   sDescription:'Invisalign',
            sTitle:'Invisalign',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'brochures.htm#Invisalign'
        },
        {   sDescription:'Lumineers',
            sTitle:'Lumineers',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'brochures.htm#Lumineers'
        },
        {   sDescription:'Veneers',
            sTitle:'Veneers',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'brochures.htm#Veneers'
        },
        {   sDescription:'Dental Crowns',
            sTitle:'Dental Crowns',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'brochures.htm#DentalCrowns'
        },
        {   sDescription:'Inlays & Onlays',
            sTitle:'Inlays & Onlays',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'brochures.htm#Inlays'
        },
        {   sDescription:'TMJ',
            sTitle:'TMJ',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'brochures.htm#Temporo'
        },
        {   sDescription:'Teeth Sealants',
            sTitle:'Teeth Sealants',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'brochures.htm#Sealants'
        },
        {   sDescription:'Teeth Whitening',
            sTitle:'Teeth Whitening',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'brochures.htm#Teethwhitening'
        }]
    },
    {   sTitle:'Video Gallery',
        bIsWebPath:true,
        sUrl:'dental-video-gallery.html'
    },
    {   sTitle:'Information Request Form',
        bIsWebPath:true,
        sUrl:'information.html'
    },
    {   sTitle:'Before and After',
        bIsWebPath:true,
        sUrl:'beforeandafter.html'
    }]
},
{   sTitle:'Appointments',
    bIsWebPath:true,
    sUrl:'appointments.html'
}]
});
