var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'the Group',
    bIsWebPath:true,
    sUrl:'thegroup.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Vale Magazine',
    bIsWebPath:true,
    sUrl:'valemag_title.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Tales from the Vale',
    bIsWebPath:true,
    sUrl:'tftv.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
