var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About us',
    'bIsWebPath':true,
    'sUrl':'about us.html'
},
{   'sTitle':'Classes',
    'bIsWebPath':true,
    'sUrl':'classes.html',"childArray" : [
    {   'sTitle':'Cambridgeshire times',
        'bIsWebPath':true,
        'sUrl':'classes c.html',"childArray" : [
        {   'sTitle':'Ely venues',
            'bIsWebPath':true,
            'sUrl':'locations e.html'
        },
        {   'sTitle':'Cambridge venue',
            'bIsWebPath':true,
            'sUrl':'locations c.html'
        }]
    },
    {   'sTitle':'London times',
        'bIsWebPath':true,
        'sUrl':'classes l.html',"childArray" : [
        {   'sTitle':'London venues',
            'bIsWebPath':true,
            'sUrl':'locations l.html'
        }]
    }]
},
{   'sTitle':'Parties Discos',
    'bIsWebPath':true,
    'sUrl':'parties.html'
},
{   'sTitle':'Leaders',
    'bIsWebPath':true,
    'sUrl':'leaders.html',"childArray" : [
    {   'sTitle':'Kathryn',
        'bIsWebPath':true,
        'sUrl':'leader c.html'
    },
    {   'sTitle':'Lucy',
        'bIsWebPath':true,
        'sUrl':'leader l.html'
    }]
},
{   'sTitle':'Projects',
    'bIsWebPath':true,
    'sUrl':'projects.html'
},
{   'sTitle':'Media',
    'bIsWebPath':true,
    'sUrl':'media.html',"childArray" : [
    {   'sTitle':'Photos',
        'bIsWebPath':true,
        'sUrl':'photos.html'
    },
    {   'sTitle':'videos',
        'bIsWebPath':true,
        'sUrl':'videos.html'
    }]
},
{   'sTitle':'Comments',
    'bIsWebPath':true,
    'sUrl':'comments.html'
},
{   'sTitle':'Contact details',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
