var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Main',
    bIsWebPath:true,
    sUrl:'main.html'
},
{   sTitle:'NOERC',
    bIsWebPath:true,
    sUrl:'NOERC.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Committee',
        bIsWebPath:true,
        sUrl:'Committee.html'
    },
    {   sTitle:'Membership',
        bIsWebPath:true,
        sUrl:'page3.html'
    },
    {   sTitle:'Notice Board',
        bIsWebPath:true,
        sUrl:'Notice_Board.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Show Information',
    bIsWebPath:true,
    sUrl:'Show_Information.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Up Coming Shows',
        bIsWebPath:true,
        sUrl:'Shows.html',
        sTarget:'_self'
    },
    {   sTitle:'Roll of Honour',
        bIsWebPath:true,
        sUrl:'Roll_Honour.html',
        sTarget:'_self'
    },
    {   sTitle:'Results Feb 2012',
        bIsWebPath:true,
        sUrl:'July2011.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Judges List',
    bIsWebPath:true,
    sUrl:'Judges_List.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Breed Standard',
        bIsWebPath:true,
        sUrl:'Breed_Standard.html',
        sTarget:'_self'
    },
    {   sTitle:'Judges Criteria',
        bIsWebPath:true,
        sUrl:'Criteria.html',
        sTarget:'_self'
    },
    {   sTitle:'Judges List',
        bIsWebPath:true,
        sUrl:'JudgesList.html',
        sTarget:'_self'
    },
    {   sTitle:'Judges 2011',
        bIsWebPath:true,
        sUrl:'Judges2011.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Affix Page',
    bIsWebPath:true,
    sUrl:'affixpage.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'Gallery.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
