var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Dr. Fogan',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Book Excerpts',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Book commendations',
        bIsWebPath:true,
        sUrl:'page12.html'
    }]
},
{   sTitle:'Neuroshakespeare',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Epilepsy Information',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Contact Dr. Fogan',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Dr. Fogan\'s Epilepsy Blog',
    bIsWebPath:true,
    sUrl:'page11.html'
}]
});
