var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Brain-Body Connection',
    bIsWebPath:true,
    sUrl:'the brain-body connection.html'
},
{   sTitle:'Brain Gym',
    bIsWebPath:true,
    sUrl:'braingym.html'
},
{   sTitle:'Infant Reflexes',
    bIsWebPath:true,
    sUrl:'infant reflexes.html',"childArray" : [
    {   sTitle:'Moro Reflex',
        bIsWebPath:true,
        sUrl:'mororeflex.html'
    },
    {   sTitle:'Palmar and Grasping Reflexes',
        bIsWebPath:true,
        sUrl:'palmargraspingreflexes.html'
    },
    {   sTitle:'TLR',
        bIsWebPath:true,
        sUrl:'tlr.html'
    },
    {   sTitle:'ATNR',
        bIsWebPath:true,
        sUrl:'atnr.html'
    },
    {   sTitle:'Spinal Galant',
        bIsWebPath:true,
        sUrl:'spinalgalant.html'
    },
    {   sTitle:'Babinski Reflex',
        bIsWebPath:true,
        sUrl:'babinskireflex.html'
    },
    {   sTitle:'Landau Reflex',
        bIsWebPath:true,
        sUrl:'landaureflex.html'
    },
    {   sTitle:'Amphibian Reflex',
        bIsWebPath:true,
        sUrl:'amphibianreflex.html'
    },
    {   sTitle:'Symmetrical Tonic Neck Reflex',
        bIsWebPath:true,
        sUrl:'stnr.html'
    }]
},
{   sTitle:'Autism',
    bIsWebPath:true,
    sUrl:'autism.html',"childArray" : [
    {   sTitle:'Causes of Autism',
        bIsWebPath:true,
        sUrl:'causesofautism.html'
    },
    {   sTitle:'Autism Treatment Options',
        bIsWebPath:true,
        sUrl:'autismtx.html'
    },
    {   sTitle:'Biomedical Treatment for Autism',
        bIsWebPath:true,
        sUrl:'autismbiomedtx.html'
    }]
},
{   sTitle:'Private Sessions',
    bIsWebPath:true,
    sUrl:'private sessions.html'
},
{   sTitle:'Classes',
    bIsWebPath:true,
    sUrl:'classes.html'
},
{   sTitle:'Recommending Reading',
    bIsWebPath:true,
    sUrl:'recommendedreading.html'
},
{   sTitle:'Contact Us/About Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});
