var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'lifestyle',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'about',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'treatment',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'links',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'AP Class Login',
    bIsWebPath:true,
    sUrl:'ap-login.html'
},
{   sTitle:'Chapter 1',
    bIsWebPath:true,
    sUrl:'ch1.html'
},
{   sTitle:'Chapter 2',
    bIsWebPath:true,
    sUrl:'ch2.html'
},
{   sTitle:'Chapter 3',
    bIsWebPath:true,
    sUrl:'ch3.html'
},
{   sTitle:'Chapter 4',
    bIsWebPath:true,
    sUrl:'ch4.html'
},
{   sTitle:'Chapter 5',
    bIsWebPath:true,
    sUrl:'ch5.html'
},
{   sTitle:'Chapter 6',
    bIsWebPath:true,
    sUrl:'ch6.html'
},
{   sTitle:'Chapter 7',
    bIsWebPath:true,
    sUrl:'ch7.html'
},
{   sTitle:'Chapter 8',
    bIsWebPath:true,
    sUrl:'ch8.html'
},
{   sTitle:'Chapter 9',
    bIsWebPath:true,
    sUrl:'ch9.html'
},
{   sTitle:'Chapter 10',
    bIsWebPath:true,
    sUrl:'ch10.html'
},
{   sTitle:'Chapter 11',
    bIsWebPath:true,
    sUrl:'ch11.html'
},
{   sTitle:'Chapter 12',
    bIsWebPath:true,
    sUrl:'page12.html'
},
{   sTitle:'Chapter 13',
    bIsWebPath:true,
    sUrl:'ch13.html'
},
{   sTitle:'Chapter 14',
    bIsWebPath:true,
    sUrl:'ch14.html'
},
{   sTitle:'Chapter 15',
    bIsWebPath:true,
    sUrl:'ch15.html'
}]
});
