var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'<O>',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'NEWS',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'ABOUT ME',
    bIsWebPath:true,
    sUrl:'me and music.html'
},
{   sTitle:'MUSIC',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
