var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'For Children',
    bIsWebPath:true,
    sUrl:'children.html',"childArray" : [
    {   sTitle:'Private Lessons',
        bIsWebPath:true,
        sUrl:'lessons.html'
    },
    {   sTitle:'Concerts, Recitals & Recordings',
        bIsWebPath:true,
        sUrl:'concertsrecitals.html'
    },
    {   sTitle:'Cantabile Ensemble',
        bIsWebPath:true,
        sUrl:'cantabile.html'
    },
    {   sTitle:'Young Maestros Summer Camp',
        bIsWebPath:true,
        sUrl:'youngmaestros.html'
    }]
},
{   sTitle:'For Teens',
    bIsWebPath:true,
    sUrl:'teens.html',"childArray" : [
    {   sTitle:'Private Lessons',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'lessons.html'
    },
    {   sTitle:'Concerts, Recitals & Recordings',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'concertsrecitals.html'
    },
    {   sTitle:'Cantando Ensemble',
        bIsWebPath:true,
        sUrl:'cantando.html'
    },
    {   sTitle:'Music Theory',
        bIsWebPath:true,
        sUrl:'musictheory.html'
    },
    {   sTitle:'Musical Theater',
        bIsWebPath:true,
        sUrl:'theater.html'
    },
    {   sTitle:'Free Jam Sessions',
        bIsWebPath:true,
        sUrl:'jamsessions.html'
    }]
},
{   sTitle:'For Adults',
    bIsWebPath:true,
    sUrl:'adults.html',"childArray" : [
    {   sTitle:'Private Lessons for Adults',
        bIsWebPath:true,
        sUrl:'privatelessonsadults.html'
    },
    {   sTitle:'Adult Ensembles',
        bIsWebPath:true,
        sUrl:'adultensembles.html'
    },
    {   sTitle:'Concerts, Recitals & Recordings',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'concertsrecitals.html'
    },
    {   sTitle:'Free Jam Sessions',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'jamsessions.html'
    },
    {   sTitle:'Music Theory',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'musictheory.html'
    },
    {   sTitle:'Musical Theater',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'theater.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Teaching Styles',
        bIsWebPath:true,
        sUrl:'teachingstyles.html'
    },
    {   sTitle:'Contact Information',
        bIsWebPath:true,
        sUrl:'contactinfo.html'
    },
    {   sTitle:'Instructors',
        bIsWebPath:true,
        sUrl:'instructors.html',"childArray" : [
        {   sTitle:'Robert Bradshaw',
            bIsWebPath:true,
            sUrl:'bradshaw.html'
        },
        {   sTitle:'Ana-Maria Achitei',
            bIsWebPath:true,
            sUrl:'achitei.html'
        },
        {   sTitle:'Mat Eiland',
            bIsWebPath:true,
            sUrl:'eiland.html'
        },
        {   sTitle:'Monique Brooks-Roberts',
            bIsWebPath:true,
            sUrl:'brooksroberts.html'
        },
        {   sTitle:'Geoff Langley',
            bIsWebPath:true,
            sUrl:'langley.html'
        },
        {   sTitle:'Mihaela Matei',
            bIsWebPath:true,
            sUrl:'mmatei.html'
        },
        {   sTitle:'Jill Bradshaw',
            bIsWebPath:true,
            sUrl:'jbrad.html'
        },
        {   sTitle:'Patrick Earle',
            bIsWebPath:true,
            sUrl:'earle.html'
        }]
    },
    {   sTitle:'Location & Directions',
        bIsWebPath:true,
        sUrl:'location.html'
    },
    {   sTitle:'Retail',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'violinsbymitchell.html',
        sTarget:'_blank'
    }]
},
{   sTitle:'Student Resources',
    bIsWebPath:true,
    sUrl:'students.htm',"childArray" : [
    {   sTitle:'Student Pages',
        bIsExternal:true,
        sUrl:'http://mm.ecosystemsoftware.com/',
        sTarget:'_blank'
    },
    {   sTitle:'Practice Tracks',
        bIsWebPath:true,
        sUrl:'practicetracks.html'
    },
    {   sTitle:'Live Broadcasts',
        bIsWebPath:true,
        sUrl:'broadcast.html'
    },
    {   sTitle:'Event Calendar',
        bIsWebPath:true,
        sUrl:'calendar.html'
    },
    {   sTitle:'Make A Payment',
        bIsWebPath:true,
        sUrl:'payments.html'
    },
    {   sTitle:'Set Up Automatic Payment',
        bIsWebPath:true,
        sUrl:'auto.html'
    },
    {   sTitle:'YouTube Channel',
        bIsExternal:true,
        sUrl:'http://www.youtube.com/maestrostudioshfield',
        sTarget:'_blank'
    },
    {   sTitle:'Customer Comment Form',
        bIsWebPath:true,
        sUrl:'comments.html'
    },
    {   sTitle:'Tuition & Policies',
        bIsWebPath:true,
        sUrl:'policies.html'
    },
    {   sTitle:'Maestro Merchandise',
        bIsExternal:true,
        sUrl:'http://www.cafepress.com/maestrostudios'
    },
    {   sTitle:'Join Our Mailing List',
        bIsWebPath:true,
        sUrl:'mailinglist.html'
    }]
},
{   sTitle:'Registration',
    bIsWebPath:true,
    sUrl:'registration.html'
}]
});