var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'The Club',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'The Cars',
    'bIsWebPath':true,
    'sUrl':'cars.html'
},
{   'sTitle':'The Members',
    'bIsWebPath':true,
    'sUrl':'themembers.html'
},
{   'sTitle':'Join us now',
    'bIsWebPath':true,
    'sUrl':'joinus.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'bSeparatorBefore':true,
    'sTitle':'Member Area',
    'bIsWebPath':true,
    'sUrl':'membersonly.html',"childArray" : [
    {   'sTitle':'Overview',
        'bIsWebPath':true,
        'sUrl':'memoverv.html'
    },
    {   'sTitle':'Forum',
        'bIsWebPath':true,
        'sUrl':'forum.html'
    },
    {   'sTitle':'How to...',
        'bIsWebPath':true,
        'sUrl':'howto.html',"childArray" : [
        {   'sTitle':'001 - P601 Brakes',
            'bIsWebPath':true,
            'sUrl':'how001.html'
        }]
    },
    {   'sTitle':'Footman James',
        'bIsWebPath':true,
        'sUrl':'fj.html'
    },
    {   'sTitle':'Club Magazine',
        'bIsWebPath':true,
        'sUrl':'magazine.html'
    },
    {   'sTitle':'Club Committee',
        'bIsWebPath':true,
        'sUrl':'heads.html'
    },
    {   'sTitle':'Club Contacts',
        'bIsWebPath':true,
        'sUrl':'memcontacts.html'
    }]
}]
});
