var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'History.html',
        sTarget:'_self'
    },
    {   sTitle:'History Pix',
        bIsWebPath:true,
        sUrl:'History_pix.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'info.html',"childArray" : [
    {   sTitle:'Competitions',
        bIsWebPath:true,
        sUrl:'comps.html',
        sTarget:'_self'
    },
    {   sTitle:'Committee',
        bIsWebPath:true,
        sUrl:'committee.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'AGM',
            bIsWebPath:true,
            sUrl:'agm_info.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Policies',
        bIsWebPath:true,
        sUrl:'policies.html',
        sTarget:'_self'
    },
    {   sTitle:'Parties',
        bIsWebPath:true,
        sUrl:'parties.html',
        sTarget:'_self'
    },
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'Events.html',
        sTarget:'_self'
    },
    {   sTitle:'Lost_Property',
        bIsWebPath:true,
        sUrl:'Lost_prop.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.html',"childArray" : [
    {   sTitle:'Easter',
        bIsWebPath:true,
        sUrl:'Easter Camps.html',
        sTarget:'_self'
    },
    {   sTitle:'TimeTable',
        bIsWebPath:true,
        sUrl:'timings.html',
        sTarget:'_self'
    },
    {   sTitle:'Coaches',
        bIsWebPath:true,
        sUrl:'coaches.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Funding',
    bIsWebPath:true,
    sUrl:'funding.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Bag Pack',
        bIsWebPath:true,
        sUrl:'bag pack.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Results',
    bIsWebPath:true,
    sUrl:'results.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Floor and Vault',
        bIsWebPath:true,
        sUrl:'Flr&Vlt.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Newsletter',
    bIsWebPath:true,
    sUrl:'Newsletter.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Fun',
    bIsWebPath:true,
    sUrl:'fun.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'KIDZ Home',
        bIsWebPath:true,
        sUrl:'kidz Home.html',
        sTarget:'_self'
    },
    {   sTitle:'KIDZ_Pix',
        bIsWebPath:true,
        sUrl:'Kidz_pix.html',
        sTarget:'_self'
    },
    {   sTitle:'Kidz_Vid',
        bIsWebPath:true,
        sUrl:'kidz_vid.html',
        sTarget:'_self'
    },
    {   sTitle:'KIDZ_Fun',
        bIsWebPath:true,
        sUrl:'Kidz_fun.html',
        sTarget:'_self'
    },
    {   sTitle:'KIDZ_Games',
        bIsWebPath:true,
        sUrl:'KIDZ_Games.html',
        sTarget:'_self'
    },
    {   sTitle:'KIDZ_Jokes',
        bIsWebPath:true,
        sUrl:'KIDZ_Jokes.html',
        sTarget:'_self'
    },
    {   sTitle:'KIDZ_contact',
        bIsWebPath:true,
        sUrl:'kidz_contact.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Boys',
    bIsWebPath:true,
    sUrl:'boys.html',
    sTarget:'_self'
}]
});