var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About the Atlas Bone',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Atlas Orthogonal Video',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'The Symptoms - See the Latest Flyer',
        bIsWebPath:true,
        sUrl:'symptoms.html'
    },
    {   sTitle:'The Instrument',
        bIsWebPath:true,
        sUrl:'page5.html'
    },
    {   sTitle:'Life without Headaches Presentation',
        bIsWebPath:true,
        sUrl:'page10.html'
    }]
},
{   sTitle:'Biomechanical Engineering',
    bIsWebPath:true,
    sUrl:'page9.html',"childArray" : [
    {   sTitle:'About Vertebral Subluxation',
        bIsWebPath:true,
        sUrl:'page3.html'
    }]
},
{   sTitle:'Health Information',
    bIsWebPath:true,
    sUrl:'health_information.html',"childArray" : [
    {   sTitle:'Subluxation Degeneration',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'Spinal and Autonomic Nerves',
        bIsWebPath:true,
        sUrl:'page15.html'
    },
    {   sTitle:'Lower Back',
        bIsWebPath:true,
        sUrl:'page16.html'
    }]
},
{   sTitle:'Forms',
    bIsWebPath:true,
    sUrl:'forms.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});