var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome Portal',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Welcome Intro',
    bIsWebPath:true,
    sUrl:'welcomeintro.html',"childArray" : [
    {   sTitle:'Welcome Intro 2',
        bIsWebPath:true,
        sUrl:'welcomeintro2.html'
    }]
},
{   sTitle:'Your Facilitators',
    bIsWebPath:true,
    sUrl:'yourfacilitators.html',"childArray" : [
    {   sTitle:'Your Facilitators 2',
        bIsWebPath:true,
        sUrl:'your facilitators2.html'
    }]
},
{   sTitle:'Our Changing World',
    bIsWebPath:true,
    sUrl:'our changing world.html'
},
{   sTitle:'Current Trainings',
    bIsWebPath:true,
    sUrl:'current trainings.html'
},
{   sTitle:'Future Events',
    bIsWebPath:true,
    sUrl:'future events.html'
},
{   sTitle:'Personal Investment',
    bIsWebPath:true,
    sUrl:'personal investment.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Reading and research',
    bIsWebPath:true,
    sUrl:'reading and research.html'
}]
});
