var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Photo Archive',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Unknowns',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   bSeparatorBefore:true,
    sTitle:'Vol 1 Updates',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self'
},
{   sTitle:'Vol 2 Updates',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
},
{   sTitle:'Vol 3 Updates ',
    bIsWebPath:true,
    sUrl:'page10.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us/Links',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});