var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    sUrl:'http://www.pre-vent.org/index.html'
},
{   sTitle:'What We Do',
    sUrl:'http://www.pre-vent.org/mission.html'
},
{   sTitle:'Partners & Programs',
    sUrl:'http://www.pre-vent.org/partnersandprograms.html'
},
{   sTitle:'Giving',
    sUrl:'http://www.pre-vent.org/give.html'
},
{   sTitle:'Management',
    sUrl:'http://www.pre-vent.org/management.html'
},
{   sTitle:'News',
    sUrl:'http://www.pre-vent.org/news.html'
},
{   sTitle:'Resources',
    sUrl:'http://www.pre-vent.org/resources.html'
},
{   sTitle:'Contact',
    sUrl:'http://www.pre-vent.org/contact.html'
}]
});
