var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Who Is God',
    bIsWebPath:true,
    sUrl:'whoisgod.html'
},
{   sTitle:'The Chicken Or The Egg',
    bIsWebPath:true,
    sUrl:'aramaicprimacy.html'
},
{   sTitle:'Netzarim History',
    bIsWebPath:true,
    sUrl:'history.html',"childArray" : [
    {   sTitle:'Part One',
        bIsWebPath:true,
        sUrl:'partone.html'
    },
    {   sTitle:'Part Two',
        bIsWebPath:true,
        sUrl:'parttwo.html'
    },
    {   sTitle:'Part Three',
        bIsWebPath:true,
        sUrl:'partthree.html'
    },
    {   sTitle:'Part Four',
        bIsWebPath:true,
        sUrl:'partfour.html'
    },
    {   sTitle:'Bigotry',
        bIsWebPath:true,
        sUrl:'bigotr.html'
    }]
},
{   sTitle:'Mattityahu 5:17-20',
    bIsWebPath:true,
    sUrl:'mattityahu5.html'
},
{   sTitle:'Pesach  Week',
    bIsWebPath:true,
    sUrl:'pesach.html'
},
{   sTitle:'Y\'shua vs Jesus',
    bIsWebPath:true,
    sUrl:'yeshua.html'
},
{   sTitle:'The Mark of YHWH',
    bIsWebPath:true,
    sUrl:'markofyah.html'
},
{   sDescription:'Comments and questions page.',
    sTitle:'Comments',
    bIsWebPath:true,
    sUrl:'comments.html'
},
{   sTitle:'Recommended Reading',
    bIsWebPath:true,
    sUrl:'reading.html',"childArray" : [
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
}]
});
