var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Music',
    bIsWebPath:true,
    sUrl:'music.html'
},
{   sTitle:'Privacy',
    bIsWebPath:true,
    sUrl:'privacy.html'
},
{   sTitle:'Shopping',
    bIsWebPath:true,
    sUrl:'new shop.html'
},
{   sTitle:'News ',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Self',
    bIsWebPath:true,
    sUrl:'goodnews.html'
}]
});
