var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'picture.html',
    sTarget:'_self'
},
{   sTitle:'Pubications',
    bIsWebPath:true,
    sUrl:'publcations.html',
    sTarget:'_self'
},
{   sTitle:'Upcoming Events',
    bIsWebPath:true,
    sUrl:'upcoming events.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
