var customnavtree24 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'ACCEUIL',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'OCCASION',
    bIsWebPath:true,
    sUrl:'occasion.html',
    sTarget:'_self'
},
{   sTitle:'MAGASIN',
    bIsWebPath:true,
    sUrl:'magasin.html',
    sTarget:'_self'
},
{   sTitle:'PREPARATION',
    bIsWebPath:true,
    sUrl:'preparation.html',
    sTarget:'_self'
},
{   sTitle:'GARAGE',
    bIsWebPath:true,
    sUrl:'garage.html',
    sTarget:'_self'
},
{   sTitle:'CONCESSION',
    bIsWebPath:true,
    sUrl:'concession.html',
    sTarget:'_self'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
