var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Locations          ',
    bIsWebPath:true,
    sUrl:'Page 2.html',"childArray" : [
    {   sTitle:'Broadway Studio',
        bIsWebPath:true,
        sUrl:'page13.html',"childArray" : [
        {   sTitle:'Broadway Schedule',
            bIsWebPath:true,
            sUrl:'page10.html'
        }]
    },
    {   sTitle:'288 Studio',
        bIsWebPath:true,
        sUrl:'page12.html',"childArray" : [
        {   sTitle:'288 Schedule',
            bIsWebPath:true,
            sUrl:'page11.html'
        }]
    }]
},
{   sTitle:'Gallery          ',
    bIsWebPath:true,
    sUrl:'Page 3.html'
},
{   sTitle:'Teachers          ',
    bIsWebPath:true,
    sUrl:'Page 4.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Page 5.html'
}]
});
