var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About pure in form',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Pilates',
    bIsWebPath:true,
    sUrl:'pilates.html',"childArray" : [
    {   sTitle:'History of Pilates',
        bIsWebPath:true,
        sUrl:'history.html'
    },
    {   sTitle:'FAQ About Pilates',
        bIsWebPath:true,
        sUrl:'faq.html'
    }]
},
{   sTitle:'GYROTONIC(R)',
    bIsWebPath:true,
    sUrl:'gyrotonic.html'
},
{   sTitle:'Studio Calendar',
    bIsWebPath:true,
    sUrl:'schedule.html'
},
{   sTitle:'Pricing',
    bIsWebPath:true,
    sUrl:'pricing.html'
},
{   sTitle:'Teacher Bios',
    bIsWebPath:true,
    sUrl:'bios.html'
},
{   sTitle:'Children\'s Classes',
    bIsWebPath:true,
    sUrl:'childrens.html'
},
{   sTitle:'Classes/Workshops',
    bIsWebPath:true,
    sUrl:'specialty.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
