var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Private Lessons',
        bIsWebPath:true,
        sUrl:'lessons.html',
        sTarget:'_self'
    },
    {   sTitle:'Performance Opportunities',
        bIsWebPath:true,
        sUrl:'performances.html'
    },
    {   sTitle:'Ensembles',
        bIsWebPath:true,
        sUrl:'ensembles.html',
        sTarget:'_self'
    },
    {   sTitle:'Classes, Workshops & Tutoring',
        bIsWebPath:true,
        sUrl:'courses.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Music Theory Class',
            bIsWebPath:true,
            sUrl:'musictheory.html',
            sTarget:'_self'
        },
        {   bSeparatorBefore:true,
            bSeparatorAfter:true,
            sTitle:'Fundamentals of Music Theory',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'courses.html#Fundamentals',
            sTarget:'_self'
        },
        {   sTitle:'Jazz Improvisation Workshop',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'courses.html#Improv',
            sTarget:'_self'
        },
        {   bSeparatorBefore:true,
            bSeparatorAfter:true,
            sTitle:'Musical Theatre Coaching',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'courses.html#Theater',
            sTarget:'_self'
        },
        {   bSeparatorBefore:true,
            bSeparatorAfter:true,
            sTitle:'Computer Notation for Musicians',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'courses.html#ComputerNotation',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Guitar Society',
        bIsWebPath:true,
        sUrl:'guitarsociety.html',
        sTarget:'_self'
    },
    {   sTitle:'Free Jam Sessions',
        bIsWebPath:true,
        sUrl:'jamsessions.html',
        sTarget:'_self'
    },
    {   sTitle:'Retail',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'violinsbymitchell.html',
        sTarget:'_blank'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Teaching Styles',
        bIsWebPath:true,
        sUrl:'teachingstyles.html',
        sTarget:'_self'
    },
    {   sTitle:'Contact Information',
        bIsWebPath:true,
        sUrl:'contactinfo.html',
        sTarget:'_self'
    },
    {   sTitle:'Instructors',
        bIsWebPath:true,
        sUrl:'instructors.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Robert Bradshaw',
            bIsWebPath:true,
            sUrl:'bradshaw.html',
            sTarget:'_self'
        },
        {   sTitle:'Ana-Maria Achitei',
            bIsWebPath:true,
            sUrl:'achitei.html',
            sTarget:'_self'
        },
        {   sTitle:'Mat Eiland',
            bIsWebPath:true,
            sUrl:'eiland.html',
            sTarget:'_self'
        },
        {   sTitle:'Monique Brooks-Roberts',
            bIsWebPath:true,
            sUrl:'brooksroberts.html',
            sTarget:'_self'
        },
        {   sTitle:'Geoff Langley',
            bIsWebPath:true,
            sUrl:'langley.html',
            sTarget:'_self'
        },
        {   sTitle:'Jill Bradshaw',
            bIsWebPath:true,
            sUrl:'jbrad.html',
            sTarget:'_self'
        },
        {   sTitle:'Patrick Earle',
            bIsWebPath:true,
            sUrl:'earle.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Location & Directions',
        bIsWebPath:true,
        sUrl:'location.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Student Resources',
    bIsWebPath:true,
    sUrl:'students.htm',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Student Pages',
        bIsExternal:true,
        sUrl:'http://mm.ecosystemsoftware.com/',
        sTarget:'_blank'
    },
    {   sTitle:'Practice Tracks',
        bIsWebPath:true,
        sUrl:'practicetracks.html',
        sTarget:'_self'
    },
    {   sTitle:'Live Broadcasts',
        bIsWebPath:true,
        sUrl:'broadcast.html',
        sTarget:'_self'
    },
    {   sTitle:'Event Calendar',
        bIsWebPath:true,
        sUrl:'calendar.html',
        sTarget:'_self'
    },
    {   sTitle:'Make A Payment',
        bIsWebPath:true,
        sUrl:'payments.html',
        sTarget:'_self'
    },
    {   sTitle:'Set Up Automatic Payment',
        bIsWebPath:true,
        sUrl:'auto.html',
        sTarget:'_self'
    },
    {   sTitle:'YouTube Channel',
        bIsExternal:true,
        sUrl:'http://www.youtube.com/maestrostudioshfield',
        sTarget:'_blank'
    },
    {   sTitle:'Customer Comment Form',
        bIsWebPath:true,
        sUrl:'comments.html',
        sTarget:'_self'
    },
    {   sTitle:'Tuition & Policies',
        bIsWebPath:true,
        sUrl:'policies.html',
        sTarget:'_self'
    },
    {   sTitle:'Maestro Merchandise',
        bIsExternal:true,
        sUrl:'http://www.cafepress.com/maestrostudios'
    }]
},
{   sTitle:'How To Get Started',
    bIsWebPath:true,
    sUrl:'getstarted.html',
    sTarget:'_self'
}]
});