var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Northcutt Chiropractic, Pain Management and Acupuncture Clinic',
    'sTitle':'Home Page',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sDescription':'Acupuncture',
    'sTitle':'Acupuncture',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sDescription':'Auricular Points',
    'sTitle':'Auricular Points',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Decompression',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Massage Therapy',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Location Map',
    'bIsWebPath':true,
    'sUrl':'page6.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'page7.html'
},
{   'sTitle':'e-mail us',
    'bIsWebPath':true,
    'sUrl':'page9.html'
}]
});
