var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Photos',
    'bIsWebPath':true,
    'sUrl':'page16.html'
},
{   'sTitle':'How Can Therapy Help?',
    'bIsWebPath':true,
    'sUrl':'page10.html'
},
{   'sTitle':'Trauma',
    'bIsWebPath':true,
    'sUrl':'page9.html'
},
{   'sTitle':'What Can I Expect?',
    'bIsWebPath':true,
    'sUrl':'page20.html'
},
{   'sTitle':'Which Therapy?',
    'bIsWebPath':true,
    'sUrl':'page17.html',"childArray" : [
    {   'bSeparatorBefore':true,
        'bSeparatorAfter':true,
        'sTitle':'Hypnotherapy',
        'bIsWebPath':true,
        'sUrl':'page11.html'
    },
    {   'sTitle':'EMDR',
        'bIsWebPath':true,
        'sUrl':'page12.html'
    },
    {   'sTitle':'Thought Field Therapy',
        'bIsWebPath':true,
        'sUrl':'page19.html'
    }]
},
{   'sTitle':'Charges',
    'bIsWebPath':true,
    'sUrl':'page13.html'
},
{   'sTitle':'Address',
    'bIsWebPath':true,
    'sUrl':'page14.html'
},
{   'sTitle':'Contact me ...',
    'bIsWebPath':true,
    'sUrl':'page15.html'
}]
});
