var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'88 taro',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Four WINDS',
    'bIsWebPath':true,
    'sUrl':'fourwinds.html'
},
{   'sTitle':'Four WORLDS',
    'bIsWebPath':true,
    'sUrl':'cards.html',"childArray" : [
    {   'sTitle':'First Order',
        'bIsWebPath':true,
        'sUrl':'ordervirtue.html'
    },
    {   'sTitle':'Second Order',
        'bIsWebPath':true,
        'sUrl':'orderriches.html'
    },
    {   'sTitle':'Third Order',
        'bIsWebPath':true,
        'sUrl':'orderabstinence.html'
    },
    {   'sTitle':'Fourth Order',
        'bIsWebPath':true,
        'sUrl':'orderpleasure.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
