function d2j_copains(type) { switch(type) { case 'text': document.write(''); break; case 'logo': document.write(''); break; default: document.write('Erreur : Type inconnu.'); break; } }