var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Publications',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About the Author',
    bIsWebPath:true,
    sUrl:'page3.html'
}]
});