var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'News page',
        bIsWebPath:true,
        sUrl:'news.html'
    },
    {   sTitle:'Class Venues',
        bIsWebPath:true,
        sUrl:'page12.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Teachers',
    bIsWebPath:true,
    sUrl:'teachers.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'James McCutcheon',
        bIsWebPath:true,
        sUrl:'page9.html',
        sTarget:'_self'
    },
    {   sTitle:'Noreen McCutcheon',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Hall of Fame',
        bIsWebPath:true,
        sUrl:'page13.html',
        sTarget:'_self'
    },
    {   sTitle:'Gallery 1',
        bIsWebPath:true,
        sUrl:'gallery 1.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Members Area',
    bIsWebPath:true,
    sUrl:'members.html',"childArray" : [
    {   sTitle:'School News',
        bIsWebPath:true,
        sUrl:'schoolnews.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Class Dates',
            bIsWebPath:true,
            sUrl:'classdates.html',
            sTarget:'_self'
        },
        {   sTitle:'Fees Info',
            bIsWebPath:true,
            sUrl:'fees.html',
            sTarget:'_self'
        },
        {   sTitle:'All Irelands',
            bIsWebPath:true,
            sUrl:'allirelands.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'The SEEC Show',
        bIsWebPath:true,
        sUrl:'theshow.html',
        sTarget:'_self'
    },
    {   sTitle:'Show movie',
        bIsWebPath:true,
        sUrl:'movie.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});