var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Reunions',
    bIsWebPath:true,
    sUrl:'reunions.html'
},
{   sTitle:'Important events',
    bIsWebPath:true,
    sUrl:'important events.html'
},
{   sTitle:'OJA sport & cultural clubs',
    bIsWebPath:true,
    sUrl:'oja sports culture.html',"childArray" : [
    {   sTitle:'Water Polo',
        bIsWebPath:true,
        sUrl:'water polo.html'
    },
    {   sTitle:'Hockey',
        bIsWebPath:true,
        sUrl:'hockey.html'
    },
    {   sTitle:'Choir',
        bIsWebPath:true,
        sUrl:'choir.html'
    }]
},
{   sTitle:'The Team',
    bIsWebPath:true,
    sUrl:'the team.html',"childArray" : [
    {   sTitle:'OJ Committee',
        bIsWebPath:true,
        sUrl:'ojcommitee.html'
    },
    {   sTitle:'Regional Representatives',
        bIsWebPath:true,
        sUrl:'regional representative.html'
    }]
},
{   sTitle:'The Johannian Club',
    bIsWebPath:true,
    sUrl:'the johannian club.html'
},
{   sTitle:'St John\'s',
    bIsWebPath:true,
    sUrl:'st johns.html',"childArray" : [
    {   sTitle:'Prep',
        bIsExternal:true,
        sUrl:'http://www.stjohnscollege.co.za/prepVision.php',
        sTarget:'_blank'
    },
    {   sTitle:'St Johns College',
        bIsExternal:true,
        sUrl:'http://www.stjohnscollege.co.za/',
        sTarget:'_blank'
    },
    {   sTitle:'Pre Prep',
        bIsExternal:true,
        sUrl:'http://www.stjohnscollege.co.za/prePrepOverview.php',
        sTarget:'_blank'
    }]
},
{   sTitle:'St Johns Parish',
    bIsWebPath:true,
    sUrl:'st johns parish.html'
},
{   sTitle:'The Foundation',
    bIsExternal:true,
    sUrl:'http://www.stjohnsfoundation.co.za/',
    sTarget:'_blank'
},
{   sTitle:'OJA Gallery',
    bIsWebPath:true,
    sUrl:'oja gallery.html',"childArray" : [
    {   sTitle:'Annual Dinner year',
        bIsWebPath:true,
        sUrl:'annual dinner.html'
    },
    {   sTitle:'Boars Head Singers',
        bIsWebPath:true,
        sUrl:'boars head singers.html'
    },
    {   sTitle:'Gaudy day',
        bIsWebPath:true,
        sUrl:'gaudy day.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html',"childArray" : [
    {   sTitle:'guest book',
        bIsWebPath:true,
        sUrl:'guest book.html'
    },
    {   sTitle:'Newsletter',
        bIsWebPath:true,
        sUrl:'newsletter.html'
    }]
}]
});
