var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'TRose',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'MUSIC',
    'bIsWebPath':true,
    'sUrl':'article01.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Downloads',
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sTitle':'Performances',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
