var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Research Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'About & Contact',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Assignments',
    bIsWebPath:true,
    sUrl:'assignments.html',"childArray" : [
    {   sTitle:'Mullins/Mullen',
        bIsWebPath:true,
        sUrl:'mullins.html'
    },
    {   sTitle:'Atkins/Atkinson',
        bIsWebPath:true,
        sUrl:'atkinson.html'
    },
    {   sTitle:'Adamson/Lynam 1',
        bIsWebPath:true,
        sUrl:'adamson.html'
    },
    {   sTitle:'Adamson/Lynam 2',
        bIsWebPath:true,
        sUrl:'adamson2.html'
    },
    {   sTitle:'Adamson/Lynam 3',
        bIsWebPath:true,
        sUrl:'adamson3.html'
    },
    {   sTitle:'Orme Family 1',
        bIsWebPath:true,
        sUrl:'orme1.html'
    },
    {   sTitle:'Orme Family 2',
        bIsWebPath:true,
        sUrl:'orme2.html'
    },
    {   sTitle:'Orme Family 3',
        bIsWebPath:true,
        sUrl:'orme3.html'
    }]
},
{   sTitle:'Gaelic Sources',
    bIsWebPath:true,
    sUrl:'gaelicsources.html',"childArray" : [
    {   sTitle:'O\'Cleary - Clarke',
        bIsWebPath:true,
        sUrl:'clarke.html'
    },
    {   sTitle:'O\'Hara - O\'Hora',
        bIsWebPath:true,
        sUrl:'ohora.html'
    }]
}]
});
