var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Swan & Salmon',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Food/Menu',
    bIsWebPath:true,
    sUrl:'food.html',
    sTarget:'_self'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self'
},
{   sTitle:'Entertainment',
    bIsWebPath:true,
    sUrl:'entertainment.html',
    sTarget:'_self'
},
{   sTitle:'Contat Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});