var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'Default.htm'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'AboutUs.htm',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'History.htm'
    },
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'Contact.htm'
    }]
},
{   sTitle:'Balancing',
    bIsWebPath:true,
    sUrl:'Balancing.htm',"childArray" : [
    {   sTitle:'Riding Readiness',
        bIsWebPath:true,
        sUrl:'Ready.htm'
    },
    {   sTitle:'Balancing in English',
        bIsWebPath:true,
        sUrl:'BalanceInEnglish.htm'
    },
    {   sTitle:'Balancing Physics',
        bIsWebPath:true,
        sUrl:'Physics.htm'
    }]
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'FAQ.htm'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'FeedbackMain.htm',"childArray" : [
    {   sTitle:'Customer Feedback',
        bIsWebPath:true,
        sUrl:'Feedbk2.htm'
    },
    {   sTitle:'Seal of Approval',
        bIsWebPath:true,
        sUrl:'Verify.htm'
    },
    {   sTitle:'In the News',
        bIsWebPath:true,
        sUrl:'News.htm'
    },
    {   sTitle:'Denver Post Reports',
        bIsWebPath:true,
        sUrl:'DenverPost.htm'
    }]
},
{   sTitle:'Guarantee',
    bIsWebPath:true,
    sUrl:'Guarantee.htm'
},
{   sTitle:'Privacy',
    bIsWebPath:true,
    sUrl:'Privacy.htm'
}]
});
