var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Doctors',
    'bIsWebPath':true,
    'sUrl':'doctors.html'
},
{   'sTitle':'Staff',
    'bIsWebPath':true,
    'sUrl':'staff.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html',"childArray" : [
    {   'sTitle':'Patient Info',
        'bIsWebPath':true,
        'sUrl':'patientinfo.html'
    },
    {   'sTitle':'Citizenship',
        'bIsWebPath':true,
        'sUrl':'citizenship.html'
    },
    {   'sTitle':'Eye Problems',
        'bIsWebPath':true,
        'sUrl':'eyeproblems.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'Sitemap',
    'bIsWebPath':true,
    'sUrl':'sitemap.html'
}]
});
