var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html'
    },
    {   sTitle:'Staff',
        bIsWebPath:true,
        sUrl:'staff.html'
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Massage',
        bIsWebPath:true,
        sUrl:'massage.html'
    },
    {   sTitle:'Bike Fitting',
        bIsWebPath:true,
        sUrl:'bikefitting.html'
    },
    {   sTitle:'Gait Analysis',
        bIsWebPath:true,
        sUrl:'gaitanalysis.html'
    },
    {   sTitle:'Physiological Testing',
        bIsWebPath:true,
        sUrl:'physiological testing.html'
    }]
},
{   sTitle:'PowerFIX cycling classes',
    bIsWebPath:true,
    sUrl:'powerfix.html',"childArray" : [
    {   sDescription:'Fall Session, 8-week package								 														       		',
        sTitle:'PowerFIX',
        bIsWebPath:true,
        sUrl:'powerfix2.html'
    },
    {   sDescription:'PowerFIX cycling classes are power-based training providing each individual with the proper intensity and recovery to keep building strength and power output on the bike. We offer unique group indoor cycling workouts that allow individuals of all levels to train side-by-side at there own specific level. Through the use of specific and dynamic intervals based on power, we achieve fast results by increasing aerobic and muscular endurance, power at your critical threshold while improving pedaling technique and efficiency.\r\n',
        sTitle:'Schedule',
        bIsWebPath:true,
        sUrl:'schedule.html',"childArray" : [
        {   sTitle:'Calendar',
            bIsWebPath:true,
            sUrl:'calendar.html'
        }]
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
