var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Tuition',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Classes',
    bIsWebPath:true,
    sUrl:'product1.html',"childArray" : [
    {   sTitle:'Contact Form',
        bIsWebPath:true,
        sUrl:'contact.html'
    },
    {   sTitle:'Dance Attire',
        bIsWebPath:true,
        sUrl:'attire.html'
    },
    {   sTitle:'Class Schedule',
        bIsWebPath:true,
        sUrl:'schedule.html'
    },
    {   sTitle:'Registration Form',
        bIsWebPath:true,
        sUrl:'registration.html'
    }]
},
{   sTitle:'EDS Apparel',
    bIsWebPath:true,
    sUrl:'apparel.html'
},
{   sTitle:'Mailing List',
    bIsWebPath:true,
    sUrl:'address.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'socialnews.html',"childArray" : [
    {   sTitle:'Bulletins',
        bIsWebPath:true,
        sUrl:'diary.html'
    },
    {   sTitle:'Open House',
        bIsWebPath:true,
        sUrl:'openhouse.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
},
{   sTitle:'EDS Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
}]
});
