var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'upcoming.html'
},
{   sTitle:'Squadron',
    bIsWebPath:true,
    sUrl:'page15.html',"childArray" : [
    {   sTitle:'Staff',
        bIsWebPath:true,
        sUrl:'staff.html'
    },
    {   sTitle:'NCO',
        bIsWebPath:true,
        sUrl:'nco.html'
    },
    {   sTitle:'Committee',
        bIsWebPath:true,
        sUrl:'committee.html'
    },
    {   sTitle:'Statistics',
        bIsWebPath:true,
        sUrl:'stats.html'
    }]
},
{   sTitle:'Activities',
    bIsWebPath:true,
    sUrl:'activities.html',"childArray" : [
    {   sTitle:'Ceremonial',
        bIsWebPath:true,
        sUrl:'ceremonial.html'
    },
    {   sTitle:'Sports',
        bIsWebPath:true,
        sUrl:'sports.html'
    },
    {   sTitle:'Charity',
        bIsWebPath:true,
        sUrl:'charity.html'
    }]
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photo.html'
},
{   sTitle:'Join Us',
    bIsWebPath:true,
    sUrl:'join.html',"childArray" : [
    {   sTitle:'Sqn Location',
        bIsWebPath:true,
        sUrl:'location.html'
    }]
}]
});
