var customnavtree37 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Propriétaires',
    bIsWebPath:true,
    sUrl:'proprietaires.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Votre studette',
        bIsWebPath:true,
        sUrl:'studette.html'
    },
    {   sTitle:'Votre appartement',
        bIsWebPath:true,
        sUrl:'appartement.html'
    },
    {   sTitle:'Gérez votre location',
        sUrl:'http://www.france-location-paris.fr/',
        sTarget:'_blank'
    }]
}]
});