var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'AGM 2011',
    bIsWebPath:true,
    sUrl:'agm2011.html'
},
{   sTitle:'Rules',
    bIsWebPath:true,
    sUrl:'ebidl_rules.html'
},
{   sTitle:'Fixtures Div 1',
    bIsWebPath:true,
    sUrl:'fixdiv1.html'
},
{   sTitle:'Fixtures Div 2',
    bIsWebPath:true,
    sUrl:'fixdiv2.html'
},
{   sTitle:'Tables Winter 2011/2012',
    bIsWebPath:true,
    sUrl:'ebidl_tables.html'
},
{   sTitle:'Results Division 1',
    bIsWebPath:true,
    sUrl:'ebidl_resultsdiv1.html'
},
{   sTitle:'Results Division 2',
    bIsWebPath:true,
    sUrl:'ebidl_resultsdiv2.html'
},
{   sTitle:'180\'s etc',
    bIsWebPath:true,
    sUrl:'ebidl_180.html'
},
{   sTitle:'Challenge Cup',
    bIsWebPath:true,
    sUrl:'ebidl_ko_cup.html'
},
{   sTitle:'KO Comp Venues',
    bIsWebPath:true,
    sUrl:'kovenues.html'
},
{   sTitle:'KO Comp Results',
    bIsWebPath:true,
    sUrl:'compresults.html'
},
{   sTitle:'Submissions',
    bIsWebPath:true,
    sUrl:'ebidl_submissions.html',"childArray" : [
    {   sTitle:'results',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'ebidl_submissions.html#results'
    },
    {   sTitle:'agm',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'ebidl_submissions.html#agm'
    },
    {   sTitle:'comps',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'ebidl_submissions.html#comps'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'ebidl_links.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'ebidl_contacts.html'
},
{   sTitle:'Comments',
    bIsWebPath:true,
    sUrl:'comments.html'
}]
});
