var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sTitle:'THURDAY LIVE JAZZ',
        bIsWebPath:true,
        sUrl:'thurdaylivejazz.html'
    },
    {   sTitle:'FEB. 10, PRE VALENTINE PERFORMANCE',
        bIsWebPath:true,
        sUrl:'prevalentineperformance.html'
    },
    {   sTitle:'SATURDAY FEB. 11 THE EWATER BAND / POLCARI\'S',
        bIsWebPath:true,
        sUrl:'theewaterband.html'
    }]
},
{   sTitle:'Reserve',
    bIsWebPath:true,
    sUrl:'reserve.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
