var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Bienvenue',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'discographie',
    'bIsWebPath':true,
    'sUrl':'discographie.html'
},
{   'sTitle':'Orchestre',
    'bIsWebPath':true,
    'sUrl':'orchestre.html'
},
{   'sTitle':'extraits ',
    'bIsWebPath':true,
    'sUrl':'extraits .html'
},
{   'sTitle':'Souvenirs',
    'bIsWebPath':true,
    'sUrl':'souvenirs.html'
},
{   'sTitle':'Piermaria',
    'bIsWebPath':true,
    'sUrl':'piermaria.html'
},
{   'sTitle':'Liens',
    'bIsWebPath':true,
    'sUrl':'liens.html'
},
{   'sTitle':'Composition',
    'bIsWebPath':true,
    'sUrl':'page9.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
