var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sTitle:'Old School Party Sept. 25 Saturday',
        bIsWebPath:true,
        sUrl:'oldschoolparty.html'
    },
    {   sTitle:'Events and Promotions',
        bIsWebPath:true,
        sUrl:'theewaterband.html'
    },
    {   sTitle:'Smooth Jazz Cruise',
        bIsWebPath:true,
        sUrl:'thesmoothjazzcruise.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Service Request',
    bIsWebPath:true,
    sUrl:'servicerequest.html'
}]
});