var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'info.html'
},
{   sTitle:'Conference',
    bIsWebPath:true,
    sUrl:'conf.html'
},
{   sTitle:'Job Postings',
    bIsWebPath:true,
    sUrl:'jobs.html'
},
{   bSeparatorBefore:true,
    sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
