var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'bio.html'
},
{   sTitle:'Complete Catalog ',
    bIsWebPath:true,
    sUrl:'complete catalog.html',"childArray" : [
    {   sTitle:'Complete Catalog 2 ',
        bIsWebPath:true,
        sUrl:'complete catalog 2.html'
    },
    {   sTitle:'Complete Catalog 3 ',
        bIsWebPath:true,
        sUrl:'complete catalog 3.html'
    },
    {   sTitle:'Complete Catalog 4',
        bIsWebPath:true,
        sUrl:'complete catalog 4.html'
    }]
},
{   sTitle:'Jazz Charts by Level',
    bIsWebPath:true,
    sUrl:'jazz charts by level.html',"childArray" : [
    {   sTitle:'Difficult ',
        bIsWebPath:true,
        sUrl:'difficult.html'
    },
    {   sTitle:'Medium Difficult ',
        bIsWebPath:true,
        sUrl:'medium difficult.html'
    },
    {   sTitle:'Medium Difficult 2 ',
        bIsWebPath:true,
        sUrl:'medium difficult 2.html'
    },
    {   sTitle:'Medium',
        bIsWebPath:true,
        sUrl:'medium.html'
    },
    {   sTitle:'Medium Easy ',
        bIsWebPath:true,
        sUrl:'medium easy.html'
    },
    {   sTitle:' Easy ',
        bIsWebPath:true,
        sUrl:'easy.html'
    }]
},
{   sTitle:'Jazz Charts by Composer',
    bIsWebPath:true,
    sUrl:'jazz charts by composer.html',"childArray" : [
    {   sTitle:'Steve Spiegl  ',
        bIsWebPath:true,
        sUrl:'steve spiegl.html'
    },
    {   sTitle:'Jeff Bunnell ',
        bIsWebPath:true,
        sUrl:'jeff bunnell.html'
    },
    {   sTitle:'Buddy Childers ',
        bIsWebPath:true,
        sUrl:'buddy childers.html'
    },
    {   sTitle:'Jack Feierman  ',
        bIsWebPath:true,
        sUrl:'jack feierman.html'
    },
    {   sTitle:'Mike Asher  ',
        bIsWebPath:true,
        sUrl:'mike asher.html'
    }]
},
{   sTitle:'Recordings/CD\'s ',
    bIsWebPath:true,
    sUrl:'recordings_cds.html',"childArray" : [
    {   sTitle:'Perpectives CD ',
        bIsWebPath:true,
        sUrl:'perpectives cd.html'
    },
    {   sTitle:'Then and Now CD ',
        bIsWebPath:true,
        sUrl:'then and now cd.html'
    },
    {   sTitle:'Enigma CD ',
        bIsWebPath:true,
        sUrl:'enigma cd.html'
    }]
},
{   sTitle:'Order Info',
    bIsWebPath:true,
    sUrl:'order info.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});