var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Classes',
    'bIsWebPath':true,
    'sUrl':'classes.html'
},
{   'sTitle':'Principal',
    'bIsWebPath':true,
    'sUrl':'principal.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'Performances',
    'bIsWebPath':true,
    'sUrl':'performances.html'
},
{   'sTitle':'Uniforms',
    'bIsWebPath':true,
    'sUrl':'uniforms.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'Photos',
    'bIsWebPath':true,
    'sUrl':'photos.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'Parent Login',
    'bIsWebPath':true,
    'sUrl':'parentlogin.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
}]
});
