var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sTitle:'About Us',
    sUrl:'about us.html',"childArray" : [
    {   sTitle:'Team',
        sUrl:'team.html'
    },
    {   sTitle:'What is a CDT',
        sUrl:'what is a cdt.html'
    }]
},
{   sTitle:'Denture Services',
    sUrl:'denture services.html',"childArray" : [
    {   sTitle:'Denture Options',
        sUrl:'denture options.html',"childArray" : [
        {   sTitle:'Denture Options',
            sUrl:'page33.html'
        },
        {   sTitle:'Payment Options',
            sUrl:'payment options.html'
        }]
    },
    {   sTitle:'Understanding Dentures',
        sUrl:'understanding dentures.html',"childArray" : [
        {   sTitle:'Understanding Dentures',
            sUrl:'page32.html'
        },
        {   sTitle:'Getting Used to New Dentures',
            sUrl:'getting used to new dentures.html'
        },
        {   sTitle:'Taking Care of Your Dentures',
            sUrl:'taking care of your denture.html'
        }]
    },
    {   sTitle:'Denture Techniques',
        sUrl:'denture techniques.html'
    }]
},
{   sTitle:'News Story',
    sUrl:'page31.html',"childArray" : [
    {   sTitle:'Going From Strength to Strenght',
        sUrl:'going from strength to strenght.html'
    }]
},
{   sTitle:'Implants',
    sUrl:'implants.html'
},
{   sTitle:'Testimonials',
    sUrl:'testimonials.html'
},
{   sTitle:'Contact Us',
    sUrl:'contact us.html',"childArray" : [
    {   sTitle:'Appointment Request',
        sUrl:'appointment request.html'
    },
    {   sTitle:'Make an Enquiry',
        sUrl:'make an enquiry.html'
    },
    {   sTitle:'Request a Callback',
        sUrl:'request a callback.html'
    },
    {   sTitle:'Online Referral Service',
        sUrl:'online referral service4.html',"childArray" : [
        {   sTitle:'Online Referral Form',
            sUrl:'online referral form.html'
        }]
    }]
},
{   sTitle:'Locations',
    sUrl:'locations.html'
},
{   sTitle:'SonicBrite System',
    sUrl:'sonicbrite system.html',"childArray" : [
    {   sTitle:'How to Use',
        sUrl:'how to use.html'
    },
    {   sTitle:'STestimonials',
        sUrl:'stestimonials.html'
    }]
}]
});