var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'Calendar.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'CONTACT.html',
    sTarget:'_self'
},
{   sTitle:'Lodge Officers',
    bIsWebPath:true,
    sUrl:'LO 2012.html'
},
{   sTitle:'Past Masters',
    bIsWebPath:true,
    sUrl:'Past Masters.html',
    sTarget:'_self'
},
{   sTitle:'More Light',
    bIsWebPath:true,
    sUrl:'MORE LIGHT.html',
    sTarget:'_self'
},
{   sTitle:'Stewards',
    bIsWebPath:true,
    sUrl:'Stewarts.html',
    sTarget:'_self'
},
{   sTitle:'Appendant Bodies',
    bIsWebPath:true,
    sUrl:'APPENDANT.html',
    sTarget:'_self'
},
{   sTitle:'Fun',
    bIsWebPath:true,
    sUrl:'FUN FACTS.html',
    sTarget:'_self'
},
{   sTitle:'L.M.I.P.',
    bIsWebPath:true,
    sUrl:'LMIP.html',
    sTarget:'_self'
},
{   sTitle:'OES #131',
    bIsWebPath:true,
    sUrl:'OES 113.html',
    sTarget:'_self'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'EVENT PHOTOS.html',
    sTarget:'_self'
},
{   sTitle:'Map',
    bIsWebPath:true,
    sUrl:'MAP.html',
    sTarget:'_self'
}]
});
