var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Farewell to Kim Tempest',
    bIsWebPath:true,
    sUrl:'page44.html'
},
{   sTitle:'WELCOME',
    bIsWebPath:true,
    sUrl:'page68.html'
},
{   sTitle:'UPDATES',
    bIsWebPath:true,
    sUrl:'update.html'
},
{   sTitle:'OUR STORE',
    bIsWebPath:true,
    sUrl:'store.html'
},
{   sTitle:'PROGRAM',
    bIsWebPath:true,
    sUrl:'program.html',"childArray" : [
    {   sTitle:'Day One - Program',
        bIsWebPath:true,
        sUrl:'program_a.html'
    },
    {   sTitle:'Day Two  - Program',
        bIsWebPath:true,
        sUrl:'program_b.html'
    },
    {   sTitle:'Day Three  - Program',
        bIsWebPath:true,
        sUrl:'program_c.html'
    },
    {   sTitle:'Day Four  - Program',
        bIsWebPath:true,
        sUrl:'program_d.html'
    },
    {   sTitle:'Day Five  - Program',
        bIsWebPath:true,
        sUrl:'program_e.html'
    }]
},
{   sTitle:'SPEAKERS',
    bIsWebPath:true,
    sUrl:'speakers2.html',"childArray" : [
    {   sTitle:'Speakers Bio',
        bIsWebPath:true,
        sUrl:'speakers.html',"childArray" : [
        {   sTitle:'Fran Visco ',
            bIsWebPath:true,
            sUrl:'franvisco.html'
        },
        {   sTitle:'Dr. Olufunmilayo Olopade',
            bIsWebPath:true,
            sUrl:'olopa.html'
        },
        {   sTitle:'Harold P. Freeman, M.D.',
            bIsWebPath:true,
            sUrl:'freeman.html'
        },
        {   sTitle:'Dr Abdulbari Bener',
            bIsWebPath:true,
            sUrl:'bener.html'
        },
        {   sTitle:'Carol Ann Cole',
            bIsWebPath:true,
            sUrl:'cole.html'
        },
        {   sTitle:'Geoffrey Cannon',
            bIsWebPath:true,
            sUrl:'cannon.html'
        }]
    },
    {   sTitle:'Session/Workshop Description',
        bIsWebPath:true,
        sUrl:'sessionworkshop.html'
    }]
},
{   sTitle:'SPONSORS',
    bIsWebPath:true,
    sUrl:'sponsors.html',"childArray" : [
    {   sTitle:'Sponsors',
        bIsWebPath:true,
        sUrl:'sponsors_a.html'
    },
    {   sTitle:'Other Sponsors',
        bIsWebPath:true,
        sUrl:'othersponsors.html'
    },
    {   sTitle:'Support Organizations',
        bIsWebPath:true,
        sUrl:'supportorg.html'
    }]
},
{   sTitle:'GALLERY',
    bIsWebPath:true,
    sUrl:'garllery.html',"childArray" : [
    {   sTitle:'6th Conference Photo',
        bIsWebPath:true,
        sUrl:'photo6th.html'
    },
    {   sTitle:'5th Conference  Photo',
        bIsWebPath:true,
        sUrl:'photos5th.html'
    },
    {   sTitle:'Video',
        bIsWebPath:true,
        sUrl:'page46.html'
    },
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html'
    }]
},
{   sTitle:'VENUES',
    bIsWebPath:true,
    sUrl:'venues.html'
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
