var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Show Info',
    bIsWebPath:true,
    sUrl:'showinfo.html'
},
{   sTitle:'Attendees',
    bIsWebPath:true,
    sUrl:'attendees.html'
},
{   sTitle:'Exhibitors',
    bIsWebPath:true,
    sUrl:'exhibitors.html'
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'sponsors.html'
},
{   sTitle:'Advertising',
    bIsWebPath:true,
    sUrl:'advertising.html'
},
{   sTitle:'Register',
    bIsWebPath:true,
    sUrl:'register.html',
    sTarget:'_self'
}]
});