var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'About  BMAC',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'History',
    'bIsWebPath':true,
    'sUrl':'history.html'
},
{   'sTitle':'Weather',
    'bIsWebPath':true,
    'sUrl':'Weather.html'
},
{   'sTitle':'Membership',
    'bIsWebPath':true,
    'sUrl':'Membership.html',"childArray" : [
    {   'sTitle':'Join',
        'bIsWebPath':true,
        'sUrl':'join.html',
        'sActiveFrameUrl':'Membership.html',
        'sActiveFrameId':'ifrm_11'
    },
    {   'sTitle':'Guidelines',
        'bIsWebPath':true,
        'sUrl':'join_login.html',
        'sActiveFrameUrl':'Membership.html',
        'sActiveFrameId':'ifrm_11'
    },
    {   'sTitle':'Wingtips News',
        'bIsWebPath':true,
        'sUrl':'wingtips.html',
        'sActiveFrameUrl':'Membership.html',
        'sActiveFrameId':'ifrm_11'
    },
    {   'sTitle':'Organisation',
        'bIsWebPath':true,
        'sUrl':'organisation.html',
        'sActiveFrameUrl':'Membership.html',
        'sActiveFrameId':'ifrm_11'
    }]
},
{   'sTitle':'links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Beginners',
    'bIsWebPath':true,
    'sUrl':'beginners.html',"childArray" : [
    {   'sTitle':'Flight Sims',
        'bIsWebPath':true,
        'sUrl':'flight sims.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
