var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'WELCOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Intro to TCM',
    bIsWebPath:true,
    sUrl:'tcm.html'
},
{   sTitle:'WEIGHT LOSS TECHNIQUES',
    bIsWebPath:true,
    sUrl:'page12.html',"childArray" : [
    {   sTitle:'PH Factor',
        bIsWebPath:true,
        sUrl:'phfactor.html'
    },
    {   sTitle:'COLON CLEANSING',
        bIsWebPath:true,
        sUrl:'colonhealth.html'
    },
    {   sTitle:'THERMOGENESIS',
        bIsWebPath:true,
        sUrl:'thermogenesis.html'
    }]
},
{   sTitle:'SHOPPING',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'ZI XIU TANG',
        bIsWebPath:true,
        sUrl:'zixiutang.html'
    },
    {   sTitle:'YASAGATA',
        bIsWebPath:true,
        sUrl:'yasagata.html'
    }]
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'page7.html'
}]
});