var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Studio',
    'bIsWebPath':true,
    'sUrl':'dancing/studio.html'
},
{   'sTitle':'Dancewear',
    'bIsWebPath':true,
    'sUrl':'dancing/dancewear.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'dancing/links.html'
},
{   'sTitle':'News and Information',
    'bIsWebPath':true,
    'sUrl':'dancing/news_information.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'dancing/about.html'
}]
});
