var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Buy Now',
    bIsWebPath:true,
    sUrl:'buynow.html'
},
{   sTitle:'About Jetway',
    bIsWebPath:true,
    sUrl:'aboutjetway.html',"childArray" : [
    {   sTitle:'The Team',
        bIsWebPath:true,
        sUrl:'team.html'
    }]
},
{   sTitle:'Our Beverages',
    bIsWebPath:true,
    sUrl:'jetwaybeverages.html',"childArray" : [
    {   sTitle:'Honolulu Jet Lag Water',
        bIsWebPath:true,
        sUrl:'honolulujlw.html'
    },
    {   sTitle:'San Francisco Jet Lag Water',
        bIsWebPath:true,
        sUrl:'sanfranciscojlw.html'
    },
    {   sTitle:'Beijing Jet Lag Iced Tea',
        bIsWebPath:true,
        sUrl:'beijingjlit.html'
    },
    {   sTitle:'Tokyo Jet Lag Iced Tea',
        bIsWebPath:true,
        sUrl:'tokyojlit.html'
    },
    {   sTitle:'Nutrition',
        bIsWebPath:true,
        sUrl:'nutrition-ingredients.html',"childArray" : [
        {   sTitle:'Honolulu-NP',
            bIsWebPath:true,
            sUrl:'honolulunutrition.html'
        },
        {   sTitle:'SanFrancisco-NP',
            bIsWebPath:true,
            sUrl:'sanfrancisconutrition.html'
        },
        {   sTitle:'Beijing-NP',
            bIsWebPath:true,
            sUrl:'beijingnutrition.html'
        },
        {   sTitle:'Tokyo-NP',
            bIsWebPath:true,
            sUrl:'tokyonutrition.html'
        }]
    },
    {   sTitle:'How It Works - Pg1',
        bIsWebPath:true,
        sUrl:'howworks1.html'
    },
    {   sTitle:'How It Works - Pg2',
        bIsWebPath:true,
        sUrl:'howworks2.html'
    },
    {   sTitle:'How It Works - Pg3',
        bIsWebPath:true,
        sUrl:'howworks3.html'
    },
    {   sTitle:'How It Works - Pg4',
        bIsWebPath:true,
        sUrl:'howworks4.html'
    }]
},
{   sTitle:'About Jet Lag',
    bIsWebPath:true,
    sUrl:'aboutjetlag.html',"childArray" : [
    {   sTitle:'Who Gets Jet Lag',
        bIsWebPath:true,
        sUrl:'whogetsjetlag.html'
    },
    {   sTitle:'More Info About Jet Lag',
        bIsWebPath:true,
        sUrl:'moreinfoaboutjetlag.html'
    }]
},
{   sTitle:'Social Media',
    bIsWebPath:true,
    sUrl:'socialmedia.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
