var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Dance Styles',
        bIsWebPath:true,
        sUrl:'dancestyles.html'
    },
    {   sTitle:'Youth',
        bIsWebPath:true,
        sUrl:'youth.html'
    },
    {   sTitle:'Instructors',
        bIsWebPath:true,
        sUrl:'instructors.html'
    },
    {   sTitle:'Careers',
        bIsWebPath:true,
        sUrl:'careers.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html'
}]
});
