var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Signature Showroom',
    bIsWebPath:true,
    sUrl:'signshow.html',"childArray" : [
    {   sTitle:'1886 Steinway Vertical',
        bIsWebPath:true,
        sUrl:'1886vert.html',"childArray" : [
        {   sDescription:'Specifications and narrative on the 1886 Steinway',
            sTitle:'1886 Photos',
            bIsWebPath:true,
            sUrl:'1886pics.html'
        }]
    },
    {   sTitle:'Baldwin SD10',
        bIsWebPath:true,
        sUrl:'sd10.html',"childArray" : [
        {   sTitle:'Baldwin SD-10 Photos',
            bIsWebPath:true,
            sUrl:'bald10pic.html'
        }]
    },
    {   sTitle:'1924 Steinway M',
        bIsWebPath:true,
        sUrl:'1924s.html',"childArray" : [
        {   sTitle:'1924 Steinway M Photos',
            bIsWebPath:true,
            sUrl:'steinmpic.html'
        }]
    },
    {   sTitle:'1952 Baldwin M',
        bIsWebPath:true,
        sUrl:'baldm.html',"childArray" : [
        {   sTitle:'1952 Baldwin M',
            bIsWebPath:true,
            sUrl:'baldmpic.html'
        }]
    }]
},
{   sTitle:'New Pianos',
    bIsWebPath:true,
    sUrl:'npiano.html'
},
{   sTitle:'Used Pianos',
    bIsWebPath:true,
    sUrl:'upianos.html'
},
{   sTitle:'New Digitals',
    bIsWebPath:true,
    sUrl:'ndigital.html'
},
{   sTitle:'Used Digitals',
    bIsWebPath:true,
    sUrl:'udigitals.html'
},
{   sTitle:'Digital Pianos',
    bIsWebPath:true,
    sUrl:'dpianos.html'
},
{   sTitle:'Band and Orchestra',
    bIsWebPath:true,
    sUrl:'bno.html',"childArray" : [
    {   sTitle:'Rentals',
        bIsWebPath:true,
        sUrl:'rental.html',"childArray" : [
        {   sTitle:'Why Rent?',
            bIsWebPath:true,
            sUrl:'yrent.html'
        }]
    }]
},
{   sTitle:'Organs',
    bIsWebPath:true,
    sUrl:'organs.html',"childArray" : [
    {   sTitle:'New Organs',
        bIsWebPath:true,
        sUrl:'norgans.html'
    },
    {   sTitle:'Used Organs',
        bIsWebPath:true,
        sUrl:'uorgans.html'
    }]
},
{   sTitle:'Lessons',
    bIsWebPath:true,
    sUrl:'lessons.html',"childArray" : [
    {   sTitle:'Piano Lessons',
        bIsWebPath:true,
        sUrl:'pianoles.html'
    },
    {   sTitle:'Keyboard Klub',
        bIsWebPath:true,
        sUrl:'kbk.html'
    },
    {   sTitle:'Other Lessons',
        bIsWebPath:true,
        sUrl:'olessons.html'
    }]
},
{   sTitle:'Service',
    bIsWebPath:true,
    sUrl:'svc.html'
},
{   sDescription:'Information on Whisperings: Solo Piano Radio Concerts in SD and WY',
    sTitle:'Whisperings',
    bIsWebPath:true,
    sUrl:'wspr.html'
},
{   sDescription:'This page is dedicated to providing the new artist an avenue to have their original music played for the public to hear',
    sTitle:'New Hit Radio',
    bIsWebPath:true,
    sUrl:'nhr.html'
}]
});