var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'The Gym',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'mission.html'
    },
    {   sTitle:'VR Tour',
        bIsWebPath:true,
        sUrl:'tour.html'
    },
    {   sTitle:'Location',
        bIsWebPath:true,
        sUrl:'location.html'
    },
    {   sTitle:'1 Day Pass',
        bIsWebPath:true,
        sUrl:'pass2.html'
    },
    {   sTitle:'Success Gallary',
        bIsWebPath:true,
        sUrl:'gallery.html'
    }]
},
{   sTitle:'Amenities',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Gold\'s Gym Northgate Amenities',
        bIsWebPath:true,
        sUrl:'amenities.html'
    },
    {   sTitle:'Child Care',
        bIsWebPath:true,
        sUrl:'childcare.html',
        sTarget:'_self'
    },
    {   sTitle:'Reflex Nutrition',
        bIsWebPath:true,
        sUrl:'reflex.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Membership',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Promotions',
        bIsWebPath:true,
        sUrl:'promo.html'
    }]
},
{   sTitle:'Services',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Personal Training Staff',
        bIsWebPath:true,
        sUrl:'ptrainers.html'
    },
    {   sTitle:'Advantages of Personal Training',
        bIsWebPath:true,
        sUrl:'ptraining.html'
    },
    {   sTitle:'Group Ex Instructors',
        bIsWebPath:true,
        sUrl:'instructors.html'
    },
    {   sTitle:'Nutritionist',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Harlane.pdf'
    },
    {   sTitle:'Sales Team',
        bIsWebPath:true,
        sUrl:'sales.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Programs',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Group Fitness Description',
        bIsWebPath:true,
        sUrl:'group.html'
    },
    {   sTitle:'Group Ex Schedule',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'ggx.pdf',
        sTarget:'_blank'
    }]
},
{   sTitle:'Careers',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Join Gold\'s Gym',
        bIsWebPath:true,
        sUrl:'career.html'
    }]
},
{   sTitle:'Shop',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'gift.html',"childArray" : [
    {   sTitle:'Gift Certificates',
        bIsWebPath:true,
        sUrl:'gift.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact3.html'
}]
});