var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'CD Releases',
    bIsWebPath:true,
    sUrl:'cdreleases.html'
},
{   sTitle:'Online Store',
    bIsWebPath:true,
    sUrl:'onlinestore.html'
},
{   sTitle:'Feedback',
    bIsWebPath:true,
    sUrl:'guestbook.html'
},
{   sTitle:'About Richard',
    bIsWebPath:true,
    sUrl:'aboutrichard.html'
},
{   sTitle:'Sheet Music',
    bIsWebPath:true,
    sUrl:'sheetmusic.html'
},
{   sTitle:'For Therapists',
    bIsWebPath:true,
    sUrl:'fortherapists.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
