var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Locations',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Golds Gym @ University Marketplace',
        bIsExternal:true,
        sUrl:'http://www.goldsgymbc.ca/marketplace/index.html',
        sTarget:'_self'
    },
    {   sTitle:'Golds Gym Langley',
        bIsExternal:true,
        sUrl:'http://www.goldsgymbc.ca/langley/index.html',
        sTarget:'_self'
    },
    {   sTitle:'Golds Gym Richmond',
        bIsExternal:true,
        sUrl:'http://www.goldsgymbc.ca/richmond/index.html',
        sTarget:'_self'
    },
    {   sTitle:'Golds Gym Port Coquitlam',
        bIsExternal:true,
        sUrl:'http://www.goldsgymbc.ca/coquitlam/index.html',
        sTarget:'_self'
    }]
},
{   sTitle:'The Gym',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'mission.html',
        sTarget:'_self'
    },
    {   sTitle:'How to find us',
        bIsWebPath:true,
        sUrl:'location.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Amenities',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Gold\'s Gym Langley Amenities',
        bIsWebPath:true,
        sUrl:'amenities.html',
        sTarget:'_self'
    },
    {   sTitle:'Golds Star Swim School',
        bIsWebPath:true,
        sUrl:'swim.html',
        sTarget:'_self'
    },
    {   sTitle:'Golds Gym Kids Club',
        bIsWebPath:true,
        sUrl:'kids.html',
        sTarget:'_self'
    },
    {   sTitle:'Juice Bar (Now Open)',
        bIsExternal:true,
        sUrl:'',
        sTarget:'_self'
    }]
},
{   sTitle:'Membership',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Online savings',
        bIsWebPath:true,
        sUrl:'onlinesavings.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Programs',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Group Exercise',
        bIsExternal:true,
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Group Exercise Descriptions',
            bIsWebPath:true,
            sUrl:'group.html',
            sTarget:'_self'
        },
        {   sTitle:'Yoga Schedule',
            bIsExternal:true,
            sUrl:'http://www.goldsgymbc.ca/langley/yoga.pdf',
            sTarget:'_blank'
        },
        {   sTitle:'Spin Class Schedule',
            bIsExternal:true,
            sUrl:'http://www.goldsgymbc.ca/langley/spin.pdf',
            sTarget:'_blank'
        },
        {   sTitle:'Group Fitness Schedule',
            bIsExternal:true,
            sUrl:'http://www.goldsgymbc.ca/langley/ggx.pdf',
            sTarget:'_blank'
        }]
    },
    {   sTitle:'Personal Training',
        bIsExternal:true,
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Personal Trainers',
            bIsWebPath:true,
            sUrl:'ptrainings.html',
            sTarget:'_self'
        },
        {   sTitle:'Advantages of Personal Training',
            bIsWebPath:true,
            sUrl:'ptraining.html',
            sTarget:'_self'
        },
        {   sTitle:'Success Gallary',
            bIsWebPath:true,
            sUrl:'gallery.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Shop',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Gift Certificates',
        bIsWebPath:true,
        sUrl:'gift.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Careers',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Join Gold\'s Gym',
        bIsWebPath:true,
        sUrl:'careers.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contact.html',
        sTarget:'_self'
    }]
}]
});