var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Dr. Byron Bohnn',
        'bIsWebPath':true,
        'sUrl':'DrBohnn.html'
    },
    {   'sTitle':'Dr. Sam Lo',
        'bIsWebPath':true,
        'sUrl':'DrLo.html'
    },
    {   'sTitle':'Dr. Michael Rodriguez',
        'bIsWebPath':true,
        'sUrl':'DrRodriguez.html'
    },
    {   'sTitle':'Dr. Tom Lu',
        'bIsWebPath':true,
        'sUrl':'DrLu.html'
    },
    {   'sTitle':'Dr. Eric Geibel',
        'bIsWebPath':true,
        'sUrl':'DrGeibel.html'
    }]
},
{   'sTitle':'Overview',
    'bIsWebPath':true,
    'sUrl':'Overview.html',"childArray" : [
    {   'sTitle':'Venous Anatomy',
        'bIsWebPath':true,
        'sUrl':'VeinAnatomy.html'
    },
    {   'sTitle':'Venous Reflux',
        'bIsWebPath':true,
        'sUrl':'VenousReflux.html'
    },
    {   'sTitle':'Venous Insufficiency',
        'bIsWebPath':true,
        'sUrl':'VenousInsufficiency.html'
    }]
},
{   'sTitle':'Vein Disorders',
    'bIsWebPath':true,
    'sUrl':'VeinDisorders.html',"childArray" : [
    {   'sTitle':'Spider Veins',
        'bIsWebPath':true,
        'sUrl':'SpiderVeins.html'
    },
    {   'sTitle':'Varicose Veins',
        'bIsWebPath':true,
        'sUrl':'VaricoseVeins.html'
    },
    {   'sTitle':'Deep Veins',
        'bIsWebPath':true,
        'sUrl':'DeepVeins.html'
    }]
},
{   'sTitle':'Vein Treatments',
    'bIsWebPath':true,
    'sUrl':'VeinTreatments.html',"childArray" : [
    {   'sTitle':'Sclerotherapy',
        'bIsWebPath':true,
        'sUrl':'Sclerotherapy.html'
    },
    {   'sTitle':'Foam Sclerotherapy',
        'bIsWebPath':true,
        'sUrl':'FoamSclerotherapy.html'
    },
    {   'sTitle':'VNUS Closure Procedure',
        'bIsWebPath':true,
        'sUrl':'VNUSClosureProcedure.html'
    },
    {   'sTitle':'Ambulatory Phlebectomy',
        'bIsWebPath':true,
        'sUrl':'AmbulatoryPhlebectomy.html'
    }]
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'Testimonials.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'Gallery.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'ContactUs.html'
}]
});
