var customNavTree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'How the Eye Works',
    bIsWebPath:true,
    sUrl:'how_the_eye_works.html'
},
{   sTitle:'What is a Cataract',
    bIsWebPath:true,
    sUrl:'what_is_a_cataract.html'
},
{   sTitle:'How to Treat',
    bIsWebPath:true,
    sUrl:'how_to_treat.html'
},
{   sTitle:'Cataract Surgery',
    bIsWebPath:true,
    sUrl:'cataract_surgery.html'
},
{   sTitle:'Capsular thickening',
    bIsWebPath:true,
    sUrl:'capsular_thickening.html'
}]
});
