var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Forum',
    'bIsExternal':true,
    'sUrl':'http://www.serifwebresources.com/embed.php?uid=fcca2c92fb1b54876f5eb2e83b0b5d1f8078a66d',
    'sTarget':'_blank'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html',"childArray" : [
    {   'sTitle':'Trips',
        'bIsWebPath':true,
        'sUrl':'trips.html'
    }]
},
{   'sTitle':'V Art',
    'bIsWebPath':true,
    'sUrl':'vart.html',"childArray" : [
    {   'sTitle':'More V Art',
        'bIsWebPath':true,
        'sUrl':'morevart.html'
    },
    {   'sTitle':'Under construction',
        'bIsWebPath':true,
        'sUrl':'underconstruction.html'
    }]
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contact/Links',
    'bIsWebPath':true,
    'sUrl':'contactlinks.html'
}]
});
