var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Origins',
    'bIsWebPath':true,
    'sUrl':'origins.html'
},
{   'sTitle':'Majors',
    'bIsWebPath':true,
    'sUrl':'major-arcana.html',"childArray" : [
    {   'sTitle':'Loom of Time',
        'bIsWebPath':true,
        'sUrl':'loom-of-time.html'
    }]
},
{   'sTitle':'Minors',
    'bIsWebPath':true,
    'sUrl':'minor-arcana.html',"childArray" : [
    {   'sTitle':'Cups',
        'bIsWebPath':true,
        'sUrl':'cups.html'
    },
    {   'sTitle':'Jades',
        'bIsWebPath':true,
        'sUrl':'jades.html'
    },
    {   'sTitle':'Staffs',
        'bIsWebPath':true,
        'sUrl':'staffs.html'
    },
    {   'sTitle':'Swords',
        'bIsWebPath':true,
        'sUrl':'swords.html'
    }]
},
{   'sTitle':'Reviews',
    'bIsWebPath':true,
    'sUrl':'reviews.html'
},
{   'sTitle':'Cards',
    'bIsWebPath':true,
    'sUrl':'cards.html'
},
{   'sTitle':'Books',
    'bIsWebPath':true,
    'sUrl':'books.html',"childArray" : [
    {   'sTitle':'Maya Book of Life',
        'bIsWebPath':true,
        'sUrl':'maya-book-of-life.html'
    },
    {   'sTitle':'Jung and the Moon Cycles',
        'bIsWebPath':true,
        'sUrl':'jung-moon-cycles.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'bSeparatorBefore':true,
    'sTitle':'Help',
    'bIsWebPath':true,
    'sUrl':'help.html'
}]
});
