var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Benefits',
    'bIsWebPath':true,
    'sUrl':'benefits.html'
},
{   'sTitle':'Reasons',
    'bIsWebPath':true,
    'sUrl':'reasons.html'
},
{   'sTitle':'Information',
    'bIsWebPath':true,
    'sUrl':'information.html'
},
{   'sTitle':'Instructors',
    'bIsWebPath':true,
    'sUrl':'instructors.html',"childArray" : [
    {   'bSeparatorAfter':true,
        'sTitle':'Instructors of Piano',
        'bIsWebPath':true,
        'sUrl':'pianoinstructors.html',"childArray" : [
        {   'sTitle':'Michael Guevara',
            'bIsWebPath':true,
            'sUrl':'michaelguevara.html'
        },
        {   'sTitle':'Francis Reed',
            'bIsWebPath':true,
            'sUrl':'francisreed.html'
        },
        {   'sTitle':'Dan Schreiber',
            'bIsWebPath':true,
            'sUrl':'danschreiber.html'
        },
        {   'sTitle':'Jenny Schnaidt',
            'bIsWebPath':true,
            'sUrl':'jennyschnaidt.html'
        },
        {   'sTitle':'Edlira Bardeli',
            'bIsWebPath':true,
            'sUrl':'edlirabardeli.html'
        }]
    },
    {   'sTitle':'Instructors of Guitar',
        'bIsWebPath':true,
        'sUrl':'guitarinstructors.html',"childArray" : [
        {   'sTitle':'Bill Solley',
            'bIsWebPath':true,
            'sUrl':'billsolley.html'
        },
        {   'sTitle':'Sam Perez',
            'bIsWebPath':true,
            'sUrl':'samperez.html'
        },
        {   'sTitle':'Terry Maldonado',
            'bIsWebPath':true,
            'sUrl':'terrymaldonado.html'
        },
        {   'bSeparatorAfter':true,
            'sTitle':'Jimmy Smith',
            'bIsWebPath':true,
            'sUrl':'jsmith.html'
        }]
    },
    {   'sTitle':'Instructors of Orchestral Strings',
        'bIsWebPath':true,
        'sUrl':'orchestralstrings.html',"childArray" : [
        {   'sTitle':'Luis Ramirez',
            'bIsWebPath':true,
            'sUrl':'luisramirez.html'
        },
        {   'sTitle':'Lucina Reyes',
            'bIsWebPath':true,
            'sUrl':'lucinareyes.html'
        },
        {   'sTitle':'Karen Munoz',
            'bIsWebPath':true,
            'sUrl':'karenm.html'
        }]
    },
    {   'sTitle':'Instructors of Voice',
        'bIsWebPath':true,
        'sUrl':'vocalinstructors.html',"childArray" : [
        {   'sTitle':'Mark Drake',
            'bIsWebPath':true,
            'sUrl':'markdrake.html'
        },
        {   'sTitle':'Christina Colgin',
            'bIsWebPath':true,
            'sUrl':'christinacolgin.html'
        }]
    },
    {   'sTitle':'Instructors of Brasswinds',
        'bIsWebPath':true,
        'sUrl':'brasswinds.html'
    },
    {   'sTitle':'Instructors of Woodwinds',
        'bIsWebPath':true,
        'sUrl':'woodwinds.html'
    },
    {   'sTitle':'Instructors of Drumset / Percussion',
        'bIsWebPath':true,
        'sUrl':'drums.html',"childArray" : [
        {   'sTitle':'Rob Parks',
            'bIsWebPath':true,
            'sUrl':'robparks.html'
        }]
    }]
},
{   'sTitle':'Openings / Registration',
    'bIsWebPath':true,
    'sUrl':'registration.html'
},
{   'sTitle':'Entertainment',
    'bIsWebPath':true,
    'sUrl':'profentdiv.html'
},
{   'sTitle':'Homeschool',
    'bIsWebPath':true,
    'sUrl':'homeschooling.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Newsletter',
    'bIsWebPath':true,
    'sUrl':'page36.html'
}]
});
