var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Awen Press',
    bIsWebPath:true,
    sUrl:'awenpress.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'About Awen Press',
        bIsWebPath:true,
        sUrl:'aboutawen.html',
        sTarget:'_self'
    },
    {   sTitle:'Tattoo Publications',
        bIsWebPath:true,
        sUrl:'tattoopublications.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Celtic Tattoo One',
            bIsWebPath:true,
            sUrl:'celtictattooone.html',
            sTarget:'_self'
        },
        {   sTitle:'Celtic Tattoo Two',
            bIsWebPath:true,
            sUrl:'celtictattootwo.html',
            sTarget:'_self'
        },
        {   sTitle:'Viking Tattoo ',
            bIsWebPath:true,
            sUrl:'vikingtattoo.html',
            sTarget:'_self'
        },
        {   sTitle:'Celtic Flash One',
            bIsWebPath:true,
            sUrl:'celticflashone.html',
            sTarget:'_self'
        },
        {   sTitle:'Viking Flash One',
            bIsWebPath:true,
            sUrl:'vikingflashone.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Awen Publishing',
    bIsWebPath:true,
    sUrl:'awenpublishing.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'About Awen Publishing',
        bIsWebPath:true,
        sUrl:'aboutawenpublishing.html',
        sTarget:'_self'
    },
    {   sTitle:'Cards',
        bIsWebPath:true,
        sUrl:'cards.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Courtney Davis',
            bIsWebPath:true,
            sUrl:'courtneydavis.html',
            sTarget:'_self',"childArray" : [
            {   sTitle:'Courtney 2',
                bIsWebPath:true,
                sUrl:'courtney2.html',
                sTarget:'_self'
            }]
        },
        {   sTitle:'Sally Davies',
            bIsWebPath:true,
            sUrl:'sallydavies.html',
            sTarget:'_self'
        },
        {   sTitle:'Melody Boon',
            bIsWebPath:true,
            sUrl:'melodyboon.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Awen Shop',
    bIsWebPath:true,
    sUrl:'awenshop.html',
    sTarget:'_self'
}]
});