var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorAfter:true,
    sTitle:'Artists',
    bIsWebPath:true,
    sUrl:'artists.html'
},
{   sTitle:'The Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Second Fridays',
    bIsWebPath:true,
    sUrl:'secondfridays.html'
},
{   sTitle:'Shows & Events',
    bIsWebPath:true,
    sUrl:'shows.html',"childArray" : [
    {   sTitle:'New Beginnings',
        bIsWebPath:true,
        sUrl:'new beginnings.html'
    },
    {   sTitle:'Paint Onancock',
        bIsWebPath:true,
        sUrl:'paintonancock.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
