var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'L\'Inconnue',
    bIsWebPath:true,
    sUrl:'linconnue.html'
},
{   sTitle:'Alexandra G',
    bIsWebPath:true,
    sUrl:'alexandrag.html'
},
{   sTitle:'Mulberry Hawk',
    bIsWebPath:true,
    sUrl:'mulberryhawk.html',"childArray" : [
    {   sTitle:'Lesley Chopin',
        bIsWebPath:true,
        sUrl:'lesleychopin.html'
    },
    {   sTitle:'Denis Chopin',
        bIsWebPath:true,
        sUrl:'denischopin.html'
    },
    {   sTitle:'Mario Price',
        bIsWebPath:true,
        sUrl:'marioprice.html'
    },
    {   sTitle:'Gary Durance',
        bIsWebPath:true,
        sUrl:'garydurance.html'
    }]
},
{   sTitle:'Management Team',
    bIsWebPath:true,
    sUrl:'managementteam.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'Comments',
        bIsWebPath:true,
        sUrl:'comments.html'
    }]
}]
});
