var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Acupuncture',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'What can it treat?',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'NICE recommendations',
    'bIsWebPath':true,
    'sUrl':'page9.html'
},
{   'sTitle':'What Happens?',
    'bIsWebPath':true,
    'sUrl':'page8.html'
},
{   'sTitle':'Practitioner Profile',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page6.html'
},
{   'sTitle':'Location',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Fees',
    'bIsWebPath':true,
    'sUrl':'page7.html'
}]
});
