var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Blog',
    'bIsWebPath':true,
    'sUrl':'blog.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Sessions',
    'bIsWebPath':true,
    'sUrl':'sessions.html',"childArray" : [
    {   'sTitle':'BodyTalk',
        'bIsWebPath':true,
        'sUrl':'bodytalk.html'
    },
    {   'sTitle':'EFT',
        'bIsWebPath':true,
        'sUrl':'eft.html'
    },
    {   'sTitle':'Emotion Code',
        'bIsWebPath':true,
        'sUrl':'emotioncode.html'
    },
    {   'sTitle':'Hypnotherapy',
        'bIsWebPath':true,
        'sUrl':'hypnotherapy.html'
    },
    {   'sTitle':'Psych-K',
        'bIsWebPath':true,
        'sUrl':'psych.html'
    },
    {   'sTitle':'Quantum Techniques',
        'bIsWebPath':true,
        'sUrl':'quantumtech.html'
    },
    {   'sTitle':'Reiki',
        'bIsWebPath':true,
        'sUrl':'reiki.html'
    },
    {   'sTitle':'Yuen Method',
        'bIsWebPath':true,
        'sUrl':'yuen.html'
    },
    {   'sTitle':'Zpoint',
        'bIsWebPath':true,
        'sUrl':'zpoint..html'
    }]
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'Store',
    'bIsWebPath':true,
    'sUrl':'store.html'
},
{   'sTitle':'FAQ',
    'bIsWebPath':true,
    'sUrl':'faq.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
