var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'biography.html'
},
{   sTitle:'Electric Shows',
    bIsWebPath:true,
    sUrl:'the_shows.html',"childArray" : [
    {   sTitle:'Electric Cello',
        bIsWebPath:true,
        sUrl:'solo_and_cellodance.html'
    },
    {   sTitle:'Violin/Cello Duo',
        bIsWebPath:true,
        sUrl:'bollywood.html'
    }]
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'wedding_musician.html'
},
{   sTitle:'Corporate Events',
    bIsWebPath:true,
    sUrl:'corporate events.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photo_gallery.html'
},
{   sTitle:'Singer-Songwriter',
    bIsWebPath:true,
    sUrl:'singer-songwriter.html'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'videos.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
