var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Hare Line',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Photos 1',
    bIsWebPath:true,
    sUrl:'page11.html',"childArray" : [
    {   sTitle:'Photos 2',
        bIsWebPath:true,
        sUrl:'photos2.html'
    },
    {   sTitle:'Photos 3',
        bIsWebPath:true,
        sUrl:'page5.html'
    }]
},
{   sTitle:'AH3 Song',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'AH3 Rules',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Attendance',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'AH3 Hare Rota',
    bIsWebPath:true,
    sUrl:'page9.html'
}]
});
